Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface {
RESTClient() *perseshttp.RESTClient
V1() v1.ClientInterface
Migrate(body *api.Migrate) (*modelV1.Dashboard, error)
Validate() validate.Interface
Auth() auth.Interface
Config() (*apiConfig.Config, error)
}
func NewWithClient ¶
func NewWithClient(restClient *perseshttp.RESTClient) ClientInterface
Click to show internal directories.
Click to hide internal directories.