github

package
v0.2.12 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action added in v0.2.12

type Action struct {
	types.Metadata
	EnvironmentSecrets []EnvironmentSecret
}

func (*Action) GetMetadata added in v0.2.12

func (a *Action) GetMetadata() *types.Metadata

func (*Action) GetRawValue added in v0.2.12

func (a *Action) GetRawValue() interface{}

type EnvironmentSecret added in v0.2.12

type EnvironmentSecret struct {
	Repository     types.StringValue
	Environment    types.StringValue
	SecretName     types.StringValue
	PlainTextValue types.StringValue
	EncryptedValue types.StringValue
}

type GitHub

type GitHub struct {
	Repositories []Repository
	Actions      []Action
}

type Repository

type Repository struct {
	Public types.BoolValue
}

Jump to

Keyboard shortcuts

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