Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface {
// may return an Unsupported error on failure
Handle(callbacks ...Interface) error
}
type HandlerFunc ¶
type HandlerFunc func(callbacks ...Interface) error
type Interprocess ¶
type Interprocess struct {
// contains filtered or unexported fields
}
func NewInterprocess ¶
func NewInterprocess() *Interprocess
type Password ¶
type Password struct {
// contains filtered or unexported fields
}
func NewPassword ¶
func NewPassword() *Password
type Unsupported ¶
type Unsupported struct {
Callback Interface
}
Click to show internal directories.
Click to hide internal directories.