Skip to content

Commit

Permalink
Remove references to stack-diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Jul 16, 2024
1 parent ed5a42a commit 0654890
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ type StackList struct {
Items []*Stack
}

type StackDiagnosticsList struct {
*Pagination
Items []*StackDiagnostics
}

type StackDiagnostics struct {
}

// StackVCSRepo represents the version control system repository for a stack.
type StackVCSRepo struct {
Identifier string `jsonapi:"attr,identifier"`
Expand All @@ -95,7 +87,6 @@ type Stack struct {
// Relationships
Project *Project `jsonapi:"relation,project"`
LatestStackConfiguration *StackConfiguration `jsonapi:"relation,latest-stack-configuration"`
StackDiagnostics *StackDiagnostics `jsonapi:"relation,stack-diagnostics"`
}

type StackConfigurationStatusTimestamps struct {
Expand Down

0 comments on commit 0654890

Please sign in to comment.