internal_model

package
v0.0.0-...-1305305 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	HTTPClient *http.Client
	URL        string
}

type DeploymentGlobal

type DeploymentGlobal struct {
	Environment string `json:"environment"`
	ImageTag    string `json:"image_tag"`
	Replica     string `json:"replica"`
}

type DeploymentKafka

type DeploymentKafka struct {
	Environment string `json:"environment"`
	AWSRegion   string `json:"aws_region"`
}

type DeploymentParticipant

type DeploymentParticipant struct {
	Participants []Participant `json:"participants"`
	Environment  string        `json:"environment"`
	ImageTag     string        `json:"image_tag"`
}

type Maintain

type Maintain struct {
	ParticipantID []string `json:"participant_id"`
	Global        bool     `json:"global"`
}

type Participant

type Participant struct {
	ID           string `json:"id"`
	CallBackURL  string `json:"call_back_url"`
	RDOClientURL string `json:"rdo_client_url"`
	Replica      string `json:"replica"`
}

type PasswordRotate

type PasswordRotate struct {
	Environment string `json:"environment"`
}

type RestartKafka

type RestartKafka struct {
	Environment string `json:"environment"`
	AWSRegion   string `json:"aws_region"`
}

type TearDownGlobal

type TearDownGlobal struct {
	Environment string `json:"environment"`
}

type TearDownKafka

type TearDownKafka struct {
	Environment string `json:"environment"`
}

type TearDownParticipant

type TearDownParticipant struct {
	Participants []string `json:"participants"`
	Environment  string   `json:"environment"`
}

Jump to

Keyboard shortcuts

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