Documentation
¶
Overview ¶
Contains database types for the project collection.
Index ¶
Constants ¶
View Source
const PROJECT_COLLECTION = "project"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildResult ¶ added in v0.1.10
type CDNInfrastructure ¶ added in v0.2.0
type DedicatedInfrastructure ¶ added in v0.1.14
type DeploymentResult ¶ added in v0.1.11
type EventResult ¶ added in v0.1.11
type Project ¶
type Project struct { MongoID interface{} `bson:"_id"` Name string `bson:"name"` OwnerId string `bson:"owner_id"` Deleted bool `bson:"deleted"` Initialized bool `bson:"initialized"` Status string `bson:"status"` Repository Repository `bson:"repository"` BuildImage string `bson:"build_image"` BuildCommand string `bson:"build_command"` OutputDirectory string `bson:"output_directory"` LastEventResult EventResult `bson:"last_event_result"` LastBuildResult BuildResult `bson:"last_build_result"` LastDeploymentResult DeploymentResult `bson:"last_deployment_result"` PipelineLock bool `bson:"pipeline_lock"` DedicatedInfrastructure DedicatedInfrastructure `bson:"dedicated_infrastructure"` CDNInfrastructure CDNInfrastructure `bson:"cdn_infrastructure"` }
type Repository ¶ added in v0.1.10
type SharedInfrastructure ¶ added in v0.1.14
type SharedInfrastructure struct {}
Click to show internal directories.
Click to hide internal directories.