model

package
v0.0.0-...-79c823f Latest Latest
Warning

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

Go to latest
Published: Jan 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 Deployment

type Deployment struct {
	ID             primitive.ObjectID `bson:"_id,omitempty"`
	DeploymentId   string             `bson:"deploymentId"`
	RepoUri        string             `bson:"repoUri"`
	DeploymentName string             `bson:"deploymentName"`
	Env            string             `bson:"env"`
	TargetScript   string             `bson:"targetScript"`
	GitSha         string             `bson:"gitSha"`
	BranchName     string             `bson:"branchName"`
	GitShortSha    string             `bson:"gitShortSha"`
}

Jump to

Keyboard shortcuts

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