Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AckMsg ¶
AckMsg matches ack messages.
type QueryHPCfgIDs ¶
type QueryHPCfgIDs struct {
// contains filtered or unexported fields
}
QueryHPCfgIDs is a matcher for HPCfgIDs.
func EqHPCfgIDs ¶
func EqHPCfgIDs(ids []*query.HPCfgID) *QueryHPCfgIDs
EqHPCfgIDs returns a matcher for the given slice of HPCfgIDs.
func (*QueryHPCfgIDs) Matches ¶
func (m *QueryHPCfgIDs) Matches(x interface{}) bool
Matches returns whether x matches the defined HPCfgIDs ignoring the order of the slice elements.
func (*QueryHPCfgIDs) String ¶
func (m *QueryHPCfgIDs) String() string
type QueryParams ¶
type QueryParams struct {
// contains filtered or unexported fields
}
QueryParams is a matcher for query parameters.
func EqParams ¶
func EqParams(query *query.Params) *QueryParams
EqParams returns a matcher for the given query parameters.
func (*QueryParams) Matches ¶
func (m *QueryParams) Matches(x interface{}) bool
Matches returns whether x matches the defined query parameter ignoring the order of the slices.
func (*QueryParams) String ¶
func (m *QueryParams) String() string
type SignedRevs ¶
SignedRevs matches signed revocations against revinfos and checks if they are verifiable.
func (*SignedRevs) Matches ¶
func (m *SignedRevs) Matches(x interface{}) bool
Matches returns whether the matcher matches x.
func (*SignedRevs) String ¶
func (m *SignedRevs) String() string
Click to show internal directories.
Click to hide internal directories.