types

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: LGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientSecret

type ClientSecret struct {
	ClientId     string `json:"clientId"`
	ClientSecret string `json:"clientSecret"`
	AuthUrl      string `json:"authUrl"`
	Realm        string `json:"realm"`
}

type EcrComponentUninstall

type EcrComponentUninstall struct {
	ID               string  `json:"id"`
	ComponentID      string  `json:"componentId"`
	ComponentName    string  `json:"componentName"`
	ComponentVersion string  `json:"componentVersion"`
	Progress         float64 `json:"progress"`
	Status           string  `json:"status"`
}

type EcrComponentUninstallResponse

type EcrComponentUninstallResponse struct {
	Payload EcrComponentUninstall `json:"payload"`
}

type EcrComponentsPayload

type EcrComponentsPayload struct {
	Code           string   `json:"code"`
	Title          string   `json:"title"`
	Description    string   `json:"description"`
	RepoUrl        string   `json:"repoUrl"`
	BundleType     string   `json:"bundleType"`
	Thumbnail      string   `json:"thumbnail"`
	ComponentTypes []string `json:"componentTypes"`
	LastJob        LastJob  `json:"lastJob"`
}

type EcrComponentsResponse

type EcrComponentsResponse struct {
	Payload []EcrComponentsPayload `json:"payload"`
}

type EntandoIngressesPath

type EntandoIngressesPath struct {
	AppBuilder string
	Ecr        string
}

type LastJob

type LastJob struct {
	ID               string     `json:"id"`
	ComponentID      string     `json:"componentId"`
	ComponentName    string     `json:"componentName"`
	ComponentVersion string     `json:"componentVersion"`
	Progress         float64    `json:"progress"`
	Status           string     `json:"status"`
	ComponentJobs    []struct{} `json:"componentJobs"`
}

type TokenEndpointPayload

type TokenEndpointPayload struct {
	TokenEndpoint string `json:"token_endpoint"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL