Documentation
¶
Overview ¶
Package gsasl uses cgo to facilitate integration testing against libgsasl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session represents a SASL client or server.
func NewServer ¶
func NewServer(m sasl.Mechanism, permissions func(*sasl.Negotiator) bool, opts ...sasl.Option) (*Session, error)
NewServer creates a new gsasl server using the options from a Mellium SASL server.
Click to show internal directories.
Click to hide internal directories.