Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
cloudflare
/
cloudflared
şunun yansıması
https://github.com/cloudflare/cloudflared
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
Ağaç:
a62d63d49d
Dallar
Biçim İmleri
abelinkinbio-update-readme
areg/TUN-3826
dcarr/TUN-8640-refactor-icmp-datagram-v3
dcarr/correct-windows-tests
feature/ui
ggarcia/larry/gitlab-plus-macstadium-release-test
ggarcia/test_tag
master
readme-links
update-build-readme
update-to-readme
2025.5.0
2025.4.2
2025.4.1
2025.4.0
2025.2.1
2025.2.0
2025.1.1
2025.1.0
2024.12.2
2024.12.1
2024.12.0
2024.11.1
2024.11.0
2024.10.1
2024.10.0
2024.9.1
2024.9.0
2024.8.3
2024.8.2
2024.8.1
2024.8.0
2024.7.3
2024.7.2
2024.7.1
2024.7.0
2024.6.1
2024.6.0
2024.5.0
2024.4.1
2024.4.0
2024.3.0
2024.2.1
2024.2.0
2024.1.5
2024.1.4
2024.1.3
2024.1.2
2024.1.1
2024.1.0
2023.10.0
2023.8.2
2023.8.1
2023.8.0
2023.7.3
2023.7.2
2023.7.1
2023.7.0
2023.6.1
2023.6.0
2023.5.1
2023.5.0
2023.4.2
2023.4.1
2023.4.0
2023.3.1
2023.3.0
2023.2.2
2023.2.1
2023.2.0
2023.1.0
2022.12.1
2022.12.0
2022.11.1
2022.11.0
2022.10.3
2022.10.2
2022.10.1
2022.10.0
2022.9.1
2022.9.0
2022.8.4
2022.8.3
2022.8.2
2022.8.1
2022.8.0
2022.7.1
2022.7.0
2022.6.3
2022.6.2
2022.6.1
2022.6.0
2022.5.3
2022.5.2
2022.5.1
2022.5.0
2022.4.1
2022.4.0
2022.3.4
2022.3.3
2022.3.2
2022.3.1
2022.3.0
2022.2.2
2022.2.1
2022.2.0
2022.1.3
2022.1.2
2022.1.1
2022.1.0
2021.12.4
2021.12.3
2021.12.2
2021.12.1
2021.12.0
2021.11.0
2021.10.5
2021.10.4
2021.10.3
2021.10.2
2021.10.1
2021.10.0
2021.9.2
2021.9.1
2021.9.0
2021.8.7
2021.8.6
2021.8.5
2021.8.4
2021.8.3
2021.8.2
2021.8.1
2021.8.0
2021.7.4
2021.7.3
2021.7.2
2021.7.1
2021.7.0
2021.6.0
2021.5.10
2021.5.9
2021.5.8
2021.5.7
2021.5.6
2021.5.5
2021.5.4
2021.5.3
2021.5.2
2021.5.1
2021.5.0
2021.4.0
2021.3.6
2021.3.5
2021.3.4
2021.3.3
2021.3.2
2021.3.1
2021.3.0
2021.2.5
2021.2.4
2021.2.3
2021.2.2
2021.2.1
2021.2.0
2021.1.5
2021.1.4
2021.1.3
2021.1.2
2021.1.1
2021.1.0
2020.12.0
2020.11.11
2020.11.10
2020.11.9
2020.11.8
2020.11.7
2020.11.6
2020.11.5
2020.11.4
2020.11.3
2020.11.2
2020.11.1
2020.11.0
2020.10.2
2020.10.1
2020.10.0
2020.9.3
2020.9.2
2020.9.1
2020.9.0
2020.8.2
2020.8.1
2020.8.0
2020.7.4
2020.7.3
2020.7.2
2020.7.1
2020.7.0
2020.6.6
2020.6.5
2020.6.4
2020.6.3
2020.6.2
2020.6.1
2020.6.0
2020.5.1
2020.5.0
2020.4.0
2020.3.2
2020.3.1
2020.3.0
2020.2.1
2020.2.0
2019.12.0
2019.11.3
2019.11.2
2019.11.1
2019.11.0
2019.10.4
2019.10.3
2019.10.2
2019.10.1
2019.10.0
2019.9.2
2019.9.1
2019.9.0
2019.8.4
2019.8.3
2019.8.1
2019.8.0
2019.7.0
2019.6.0
2019.5.0
2019.4.1
2019.4.0
2019.3.2
2019.3.1
2019.3.0
2019.2.1
2019.2.0
2019.1.0
2018.12.1
2018.12.0
2018.11.0
2018.10.5
2018.10.4
2018.10.3
2018.10.2
2018.10.1
2018.10.0
2018.9.0
2018.8.0
cloudflared
/
packet
/
session.go
session.go
108 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
package packet
import "github.com/google/uuid"
type Session struct {
ID uuid.UUID
Payload []byte
}