Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseSpecification ¶
type BaseSpecification struct { }
type Set ¶
type Set interface { Specification WithContext(ctx context.Context) Set FilterByID(id string) Set FilterEntry(attributes map[string]interface{}) Set Prefetch(preload ...string) Set Sort(sortBy string, sortOrder sort.Order) Set Limit(limit int) Set LessThan(field string, value interface{}) Set GreaterThan(field string, value interface{}) Set }
type Specification ¶
type Specification interface {
Query() interface{}
}
Click to show internal directories.
Click to hide internal directories.