Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureClient ¶
type FeatureClient interface {
GetList() (*api.ListResponse, error)
QueryList(query map[string]string) (*api.ListResponse, error)
GetByIndex(index string) (*FeatureDetail, error)
}
func NewClient ¶
func NewClient(basicsProvider api.BasicsProvider) FeatureClient
Click to show internal directories.
Click to hide internal directories.