buildkite

package
v1.0.4 Latest Latest
Warning

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

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

type Config struct {
	ID         string `db:"id"`          // TODO: Remove?
	CodebaseID string `db:"codebase_id"` // TODO: Remove?

	IntegrationID string `db:"integration_id"`

	OrganizationName string    `db:"organization_name"`
	PipelineName     string    `db:"pipeline_name"`
	APIToken         string    `db:"api_token"`
	WebhookSecret    string    `db:"webhook_secret"`
	CreatedAt        time.Time `db:"created_at"`
	UpdatedAt        time.Time `db:"updated_at"`
}

Directories

Path Synopsis
db

Jump to

Keyboard shortcuts

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