Documentation ¶
Overview ¶
Package filter provides a way to pass optional parameters to client methods. To create a new filter, you will need to satisfy `Filter` interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection []Filter
Collection is a group of unique filters.
func (Collection) Get ¶
func (flt Collection) Get(key Key) interface{}
Get returns filter value as it is passed.
func (Collection) GetInt ¶
func (flt Collection) GetInt(key Key) int
GetInt returns filter value as an integer.
Click to show internal directories.
Click to hide internal directories.