enroll_account

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2024 License: MPL-2.0 Imports: 10 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 {
	BaseUrl string
}

func (Client) CreateDeploymentAccount added in v0.3.0

func (c Client) CreateDeploymentAccount(slackChannel string) (*DeploymentAccount, error)

func (Client) DeleteDeploymentAccount added in v0.3.0

func (c Client) DeleteDeploymentAccount() error

func (Client) DeleteEnvironmentAccount added in v0.3.0

func (c Client) DeleteEnvironmentAccount() error

func (Client) ReadDeploymentAccount added in v0.3.0

func (c Client) ReadDeploymentAccount(account *DeploymentAccount) error

func (Client) ReadEnvironmentAccount added in v0.3.0

func (c Client) ReadEnvironmentAccount(account *EnvironmentAccount) error

func (Client) RegisterEnvironmentAccount added in v0.3.0

func (c Client) RegisterEnvironmentAccount(ownerAccountId string) (*EnvironmentAccount, error)

type CreateDeploymentAccountRequest added in v0.3.0

type CreateDeploymentAccountRequest struct {
	SlackChannel string `json:"slack_channel"`
}

type DeploymentAccount added in v0.3.0

type DeploymentAccount struct {
	AccountId    string `json:"account_id"`
	SlackChannel string `json:"slack_channel"`
}

type EnvironmentAccount added in v0.3.0

type EnvironmentAccount struct {
	AccountId      string `json:"account_id"`
	OwnerAccountId string `json:"owner_account_id"`
}

type EnvironmentAccountCreateRequest added in v0.3.0

type EnvironmentAccountCreateRequest struct {
	OwnerAccountId string `json:"owner_account_id"`
}

Jump to

Keyboard shortcuts

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