Documentation
¶
Index ¶
Constants ¶
View Source
const GetStackMetrics = `` /* 226-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetStackMetricsRow ¶
type Queries ¶
type Queries struct {
// contains filtered or unexported fields
}
func (*Queries) GetStackMetrics ¶
func (q *Queries) GetStackMetrics(ctx context.Context) ([]GetStackMetricsRow, error)
type Stack ¶
type Stack struct {
ID string
CreatedAt sql.NullTime
UpdatedAt sql.NullTime
DeletedAt sql.NullTime
Name sql.NullString
RawTemplateID int32
PrevRawTemplateID sql.NullInt32
UserCredsID sql.NullInt32
Username sql.NullString
OwnerID sql.NullString
Action sql.NullString
Status sql.NullString
StatusReason sql.NullString
Timeout sql.NullInt32
Tenant sql.NullString
DisableRollback bool
StackUserProjectID sql.NullString
Backup sql.NullBool
NestedDepth sql.NullInt32
Convergence sql.NullBool
CurrentTraversal sql.NullString
CurrentDeps sql.NullString
ParentResourceName sql.NullString
}
Click to show internal directories.
Click to hide internal directories.