Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Authenticate() error DeleteSession() error GetVersion() (*model.VersionResponse, error) GetTeleporter() ([]byte, error) PostTeleporter(payload []byte, teleporterRequest *model.PostTeleporterRequest) error GetConfig() (configResponse *model.ConfigResponse, err error) PatchConfig(patchRequest *model.PatchConfigRequest) error String() string ApiPath(target string) string }
Click to show internal directories.
Click to hide internal directories.