github

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 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
}

type EnvironmentSecret added in v0.2.12

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

type GitHub

type GitHub struct {
	types.Metadata
	Repositories       []Repository
	EnvironmentSecrets []EnvironmentSecret
}

type Repository

type Repository struct {
	types.Metadata
	Public types.BoolValue
}

Jump to

Keyboard shortcuts

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