Documentation ¶
Index ¶
- type Client
- func (client Client) Entities() ([]Entity, error)
- func (client Client) EntitiesJson() ([]byte, error)
- func (client Client) LogFilter(filters []string, disable bool) error
- func (client Client) LogLevel(level string) error
- func (client Client) LogStatus() (*LogStatus, error)
- func (client Client) LogStatusJson() ([]byte, error)
- func (client Client) Login() error
- func (client Client) PurgeTileCache(id string, collection string, tileMatrixSet string, bbox []string) error
- func (client Client) Reload(ids []string, types []string) error
- func (client Client) ReloadValue(paths []string) error
- func (client Client) Request(path string, method string, ignoreBody bool, reqBody io.Reader, token string) (body []byte, err error)
- func (client Client) Values() ([]Value, []string, error)
- func (client Client) ValuesJson() ([]byte, error)
- type Entity
- type LogStatus
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is
func (Client) PurgeTileCache ¶
func (client Client) PurgeTileCache(id string, collection string, tileMatrixSet string, bbox []string) error
PurgeTileCache is
Click to show internal directories.
Click to hide internal directories.