Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientAuthorizer ¶
type ClientAuthorizer interface { IsAuthorized(*tls.ConnectionState) bool IsReady() bool }
func NewARM ¶
func NewARM(log *logrus.Entry) ClientAuthorizer
func NewAll ¶
func NewAll() ClientAuthorizer
func NewOne ¶
func NewOne(cert []byte) ClientAuthorizer
Click to show internal directories.
Click to hide internal directories.