Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationResponse ¶
type ApplicationResponse struct {
Result schema.ApplicationExt `json:"result"`
}
type Client ¶
type Client interface { CreateRuntime(in schema.RuntimeInput) (string, error) DeleteRuntime(runtimeID string) error SetRuntimeLabel(runtimeID, key, value string) error CreateApplication(in schema.ApplicationRegisterInput) (string, error) DeleteApplication(appID string) error SetApplicationLabel(applicationID, key, value string) error DeleteApplicationLabel(applicationID, key string) error SetDefaultEventing(runtimeID string, appID string, eventsBaseURL string) error GetOneTimeTokenUrl(appID string) (string, string, error) }
type OneTimeTokenResponse ¶
type OneTimeTokenResponse struct {
Result schema.OneTimeTokenForApplication `json:"result"`
}
type RuntimeResponse ¶
type SetDefaultAppEventingResponse ¶
type SetDefaultAppEventingResponse struct {
Result schema.ApplicationEventingConfiguration `json:"result"`
}
type SetLabelResponse ¶
type TenantsResponse ¶
Click to show internal directories.
Click to hide internal directories.