Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordMsg ¶
type PasswordMsg struct {
// contains filtered or unexported fields
}
func ParsePasswordMsg ¶
func ParsePasswordMsg(payload []byte) PasswordMsg
func (*PasswordMsg) GetSecret ¶
func (pw *PasswordMsg) GetSecret() string
type QueryMsg ¶
type QueryMsg struct {
// contains filtered or unexported fields
}
func ParseQueryMsg ¶
func (*QueryMsg) GetStatements ¶
type TerminateMsg ¶
type TerminateMsg struct{}
func ParseTerminateMsg ¶
func ParseTerminateMsg(payload []byte) TerminateMsg
Click to show internal directories.
Click to hide internal directories.