Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name struct {
// contains filtered or unexported fields
}
Name requests name information.
func (*Name) DefaultName ¶
type NameHandler ¶ added in v0.30.7
type NameHandler struct {
Name string
}
NameHandler responds to Name callbacks with give name.
func (NameHandler) Handle ¶ added in v0.30.7
func (h NameHandler) Handle( c any, greedy bool, composer miruken.Handler, ) miruken.HandleResult
type Password ¶
type Password struct {
// contains filtered or unexported fields
}
Password requests password information.
func NewPassword ¶
func (*Password) ClearPassword ¶
func (p *Password) ClearPassword()
func (*Password) SetPassword ¶
Click to show internal directories.
Click to hide internal directories.