Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientAuthenticator ¶
func NewClientAuthenticator(auths ...ClientAuthentication) control.ClientAuthenticator
func NewRelayAuthenticator ¶
func NewRelayAuthenticator(auths ...RelayAuthentication) control.RelayAuthenticator
Types ¶
type ClientAuthentication ¶ added in v0.5.0
func (*ClientAuthentication) MarshalBinary ¶ added in v0.5.0
func (a *ClientAuthentication) MarshalBinary() ([]byte, error)
type RelayAuthentication ¶ added in v0.5.0
func (*RelayAuthentication) Allow ¶ added in v0.5.0
func (r *RelayAuthentication) Allow(_ model.Forward) bool
func (*RelayAuthentication) MarshalBinary ¶ added in v0.5.0
func (r *RelayAuthentication) MarshalBinary() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.