mirror of
https://github.com/gortc/stun.git
synced 2025-09-26 20:41:36 +08:00
11 lines
465 B
Plaintext
11 lines
465 B
Plaintext
pkg gortc.io/stun, const Scheme = "stun"
|
|
pkg gortc.io/stun, const Scheme ideal-string
|
|
pkg gortc.io/stun, const SchemeSecure = "stuns"
|
|
pkg gortc.io/stun, const SchemeSecure ideal-string
|
|
pkg gortc.io/stun, func ParseURI(string) (URI, error)
|
|
pkg gortc.io/stun, method (URI) String() string
|
|
pkg gortc.io/stun, type URI struct
|
|
pkg gortc.io/stun, type URI struct, Host string
|
|
pkg gortc.io/stun, type URI struct, Port int
|
|
pkg gortc.io/stun, type URI struct, Scheme string
|