Documentation ¶
Index ¶
- type AccountsRequestMatcher
- type CloseRequestMatcher
- type ContainsRequestMatcher
- type ImportRawKeyRequestMatcher
- type LockRequestMatcher
- type NewAccountRequestMatcher
- type OpenRequestMatcher
- type SignRequestMatcher
- type StatusRequestMatcher
- type TimedUnlockRequestMatcher
- type UnlockAndSignRequestMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsRequestMatcher ¶
type AccountsRequestMatcher struct {
R *proto.AccountsRequest
}
func (AccountsRequestMatcher) Matches ¶
func (m AccountsRequestMatcher) Matches(x interface{}) bool
func (AccountsRequestMatcher) String ¶
func (m AccountsRequestMatcher) String() string
type CloseRequestMatcher ¶
type CloseRequestMatcher struct {
R *proto.CloseRequest
}
func (CloseRequestMatcher) Matches ¶
func (m CloseRequestMatcher) Matches(x interface{}) bool
func (CloseRequestMatcher) String ¶
func (m CloseRequestMatcher) String() string
type ContainsRequestMatcher ¶
type ContainsRequestMatcher struct {
R *proto.ContainsRequest
}
func (ContainsRequestMatcher) Matches ¶
func (m ContainsRequestMatcher) Matches(x interface{}) bool
func (ContainsRequestMatcher) String ¶
func (m ContainsRequestMatcher) String() string
type ImportRawKeyRequestMatcher ¶
type ImportRawKeyRequestMatcher struct {
R *proto.ImportRawKeyRequest
}
func (ImportRawKeyRequestMatcher) Matches ¶
func (m ImportRawKeyRequestMatcher) Matches(x interface{}) bool
func (ImportRawKeyRequestMatcher) String ¶
func (m ImportRawKeyRequestMatcher) String() string
type LockRequestMatcher ¶
type LockRequestMatcher struct {
R *proto.LockRequest
}
func (LockRequestMatcher) Matches ¶
func (m LockRequestMatcher) Matches(x interface{}) bool
func (LockRequestMatcher) String ¶
func (m LockRequestMatcher) String() string
type NewAccountRequestMatcher ¶
type NewAccountRequestMatcher struct {
R *proto.NewAccountRequest
}
func (NewAccountRequestMatcher) Matches ¶
func (m NewAccountRequestMatcher) Matches(x interface{}) bool
func (NewAccountRequestMatcher) String ¶
func (m NewAccountRequestMatcher) String() string
type OpenRequestMatcher ¶
type OpenRequestMatcher struct {
R *proto.OpenRequest
}
func (OpenRequestMatcher) Matches ¶
func (m OpenRequestMatcher) Matches(x interface{}) bool
func (OpenRequestMatcher) String ¶
func (m OpenRequestMatcher) String() string
type SignRequestMatcher ¶
type SignRequestMatcher struct {
R *proto.SignRequest
}
func (SignRequestMatcher) Matches ¶
func (m SignRequestMatcher) Matches(x interface{}) bool
func (SignRequestMatcher) String ¶
func (m SignRequestMatcher) String() string
type StatusRequestMatcher ¶
type StatusRequestMatcher struct {
R *proto.StatusRequest
}
func (StatusRequestMatcher) Matches ¶
func (m StatusRequestMatcher) Matches(x interface{}) bool
func (StatusRequestMatcher) String ¶
func (m StatusRequestMatcher) String() string
type TimedUnlockRequestMatcher ¶
type TimedUnlockRequestMatcher struct {
R *proto.TimedUnlockRequest
}
func (TimedUnlockRequestMatcher) Matches ¶
func (m TimedUnlockRequestMatcher) Matches(x interface{}) bool
func (TimedUnlockRequestMatcher) String ¶
func (m TimedUnlockRequestMatcher) String() string
type UnlockAndSignRequestMatcher ¶
type UnlockAndSignRequestMatcher struct {
R *proto.UnlockAndSignRequest
}
func (UnlockAndSignRequestMatcher) Matches ¶
func (m UnlockAndSignRequestMatcher) Matches(x interface{}) bool
func (UnlockAndSignRequestMatcher) String ¶
func (m UnlockAndSignRequestMatcher) String() string
Click to show internal directories.
Click to hide internal directories.