Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
ID string `json:"id"`
Name string `json:"name"`
CleanupRequestedAt monad.Maybe[time.Time] `json:"cleanup_requested_at"`
CreatedAt time.Time `json:"created_at"`
CreatedBy get_deployment.User `json:"created_by"`
Environments map[string]get_deployment.Deployment `json:"environments"`
}
Click to show internal directories.
Click to hide internal directories.