Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedEvent ¶
type GeneralSearchKey ¶
type GeneralSearchKey int32
const (
GeneralSearchKeyUnspecified GeneralSearchKey = iota
)
type GeneralSearchQuery ¶
type GeneralSearchQuery struct {
Key GeneralSearchKey
Method domain.SearchMethod
Value interface{}
}
type GeneralSearchRequest ¶
type GeneralSearchRequest struct {
Offset uint64
Limit uint64
SortingColumn GeneralSearchKey
Asc bool
Queries []*GeneralSearchQuery
}
Click to show internal directories.
Click to hide internal directories.