Documentation
¶
Index ¶
Constants ¶
View Source
const (
DataErrorFormat = "[%s] %s : %s"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { Key string `json:"key"` Value interface{} `json:"value"` }
func (Filter) Filter ¶
func (f Filter) Filter(primaryKey model.Identifier, data map[model.Identifier]*model.Record) map[model.Identifier]*model.Record
func (Filter) Iterate ¶
func (f Filter) Iterate(primaryKey model.Identifier, data map[model.Identifier]*model.Record, iterator func(*model.Identifier, *model.Record))
Click to show internal directories.
Click to hide internal directories.