Documentation ¶
Index ¶
Constants ¶
View Source
const (
// BasePath is the base path for serving the filter API
BasePath = "/api/v1/filters"
)
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(processor processing.Processor) api.ClientModule
New returns a new filter module
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module implements the ClientAPIModule interface for every related to filters
func (*Module) FiltersGETHandler ¶
FiltersGETHandler returns a list of filters set by/for the authed account
Click to show internal directories.
Click to hide internal directories.