Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Authenticate ¶
func Authenticate(buffer *alloc.Buffer)
Types ¶
type AuthChunkReader ¶
type AuthChunkReader struct {
// contains filtered or unexported fields
}
func NewAuthChunkReader ¶
func NewAuthChunkReader(reader io.Reader) *AuthChunkReader
type AuthChunkWriter ¶
type AuthChunkWriter struct {
// contains filtered or unexported fields
}
func NewAuthChunkWriter ¶
func NewAuthChunkWriter(writer v2io.Writer) *AuthChunkWriter
type Validator ¶ added in v1.12.5
type Validator struct {
// contains filtered or unexported fields
}
@Private
func NewValidator ¶ added in v1.12.5
func NewValidator(expectedAuth uint32) *Validator
Click to show internal directories.
Click to hide internal directories.