Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SourceDataTypes = storage.NewDiscriminatedMapper[SourceData]()
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) (query.Paginated[Deployment], error)
GetDeploymentByID(context.Context, string, int) (Deployment, error)
}
Access to the underlying storage adapter for read use cases
type GetDeploymentsFilters ¶
type Source ¶ added in v1.1.0
type Source struct {
Discriminator string `json:"discriminator"`
Data SourceData `json:"data"`
}
type SourceData ¶ added in v1.1.0
type SourceData storage.Discriminated
Click to show internal directories.
Click to hide internal directories.