Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Gateway ¶
type Gateway interface {
GetAppByID(context.Context, string) (AppDetail, error)
GetAllApps(context.Context) ([]App, error)
GetAllDeploymentsByApp(context.Context, string, GetDeploymentsFilters) (storage.Paginated[Deployment], error)
GetDeploymentByID(context.Context, string, int) (Deployment, error)
GetDeploymentLogfileByID(context.Context, string, int) (string, error)
}
Access to the underlying storage adapter for read use cases
type GetDeploymentsFilters ¶
Click to show internal directories.
Click to hide internal directories.