Documentation
¶
Index ¶
- type Conn
- func (j *Conn) Close() (err error)
- func (c *Conn) Context() context.Context
- func (j *Conn) Credentials(ctx context.Context) (*nethernet.Credentials, error)
- func (j *Conn) MessagingID() uuid.UUID
- func (j *Conn) NetworkID() string
- func (c *Conn) Notify(signals chan<- *nethernet.Signal) (stop func())
- func (j *Conn) PongData([]byte)
- func (c *Conn) ReadSignal() (*nethernet.Signal, error)
- func (j *Conn) Signal(ctx context.Context, signal *nethernet.Signal) error
- type Dialer
- type Environment
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) Credentials ¶
func (*Conn) MessagingID ¶
type Environment ¶
type Environment struct {
ServiceURI string `json:"serviceUri"`
StunURI string `json:"stunUri"`
TurnURI string `json:"turnUri"`
}
func (*Environment) ServiceName ¶
func (e *Environment) ServiceName() string
Click to show internal directories.
Click to hide internal directories.