ai

package
v1.18.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 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 EnvAIAnalysis

type EnvAIAnalysis struct {
	ID          primitive.ObjectID `bson:"_id,omitempty"                json:"id,omitempty"`
	ProjectName string             `bson:"project_name"                 json:"project_name"`
	DeployType  string             `bson:"deploy_type"                  json:"deploy_type"`
	EnvName     string             `bson:"env_name"                     json:"env_name"`
	Production  bool               `bson:"production"                   json:"production"`
	Status      string             `bson:"status"                       json:"status"`
	Result      string             `bson:"result"                       json:"result"`
	Err         string             `bson:"err"                          json:"err"`
	StartTime   int64              `bson:"start_time"                   json:"start_time"`
	EndTime     int64              `bson:"end_time"                     json:"end_time"`
	Updated     int64              `bson:"updated"                      json:"updated"`
	TriggerName string             `bson:"trigger_name"                 json:"trigger_name"`
	CreatedBy   string             `bson:"created_by"                   json:"created_by"`
}

func (EnvAIAnalysis) TableName

func (EnvAIAnalysis) TableName() string

Jump to

Keyboard shortcuts

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