Skip to content

Commit

Permalink
Remove AppCompact.ImageDetails (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson authored Mar 13, 2024
1 parent f628075 commit d63d18a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions resource_apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,6 @@ func (client *Client) GetAppCompact(ctx context.Context, appName string) (*AppCo
postgresAppRole: role {
name
}
imageDetails {
repository
version
}
}
}
`
Expand Down
1 change: 0 additions & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ type AppCompact struct {
PostgresAppRole *struct {
Name string
}
ImageDetails ImageVersion
}

func (app *AppCompact) IsPostgresApp() bool {
Expand Down

0 comments on commit d63d18a

Please sign in to comment.