Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrMultiMatch ¶
type ErrMultiMatch struct { // Type is the type of object being queried. Type string // Key is the key used to perform the query. Key string // Val is the value used to perform the query. Val string // Count is the number of objects returned. Count int }
ErrMultiMatch is an error returned when a query returns more than one result.
func (ErrMultiMatch) String ¶
func (e ErrMultiMatch) String() string
String returns the same value as Error().
Source Files ¶
Click to show internal directories.
Click to hide internal directories.