github

package
v0.56.1 Latest Latest
Warning

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

Go to latest
Published: May 10, 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

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

type EnvironmentSecret

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 {
	Repositories       []Repository
	EnvironmentSecrets []EnvironmentSecret
}

type Repository

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

func (Repository) IsArchived

func (r Repository) IsArchived() bool

Jump to

Keyboard shortcuts

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