Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + type AppCertificate struct + AppID int64 + ApprovalID int64 + CertificateID int64 + Operator string + PushConfig string + Status string + func (AppCertificate) TableName() string + type BranchRule struct + ArtifactWorkspace string + Desc string + IsProtect bool + IsTriggerPipeline bool + NeedApproval bool + Rule string + ScopeID int64 + ScopeType apistructs.ScopeType + Workspace string + func (BranchRule) TableName() string + func (rule *BranchRule) ToApiData() *apistructs.BranchRule + type Certificate struct + Android string + Creator string + Desc string + Ios string + Message string + Name string + Operator string + OrgID int64 + Type string + func (Certificate) TableName() string + type Comment struct + CommentType apistructs.TCType + Content string + IRComment apistructs.IRComment + TicketID int64 + UserID string + func (Comment) TableName() string + type ConfigItem struct + CreatedAt time.Time + DeleteRemote bool + Dynamic bool + Encrypt bool + ID int64 + IsDeleted string + IsSync bool + ItemComment string + ItemKey string + ItemType string + ItemValue string + NamespaceID uint64 + Source string + Status string + UpdatedAt time.Time + func (ConfigItem) TableName() string + type ConfigNamespace struct + ApplicationID string + CreatedAt time.Time + Dynamic bool + Env string + ID int64 + IsDefault bool + IsDeleted string + Name string + ProjectID string + RuntimeID string + UpdatedAt time.Time + func (ConfigNamespace) TableName() string + type ConfigNamespaceRelation struct + CreatedAt time.Time + DefaultNamespace string + ID int64 + IsDeleted string + Namespace string + UpdatedAt time.Time + func (ConfigNamespaceRelation) TableName() string + type Publisher struct + Desc string + Logo string + Name string + OrgID int64 + PublisherKey string + PublisherType string + UserID string + func (Publisher) TableName() string + type Ticket struct + ClosedAt *time.Time + Content string + Count int64 + Creator string + Key string + Label string + LastOperator string + Metric string + MetricID string + OrgID string + Priority apistructs.TicketPriority + RequestID string + Status apistructs.TicketStatus + TargetID string + TargetType apistructs.TicketTarget + Title string + TriggeredAt *time.Time + Type apistructs.TicketType + func (Ticket) TableName() string