Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SourceDataTypes = storage.NewDiscriminatedMapper(func(sd SourceData) string { return sd.Kind() })
Functions ¶
This section is empty.
Types ¶
type Deployment ¶
type Query ¶
type Query struct {
bus.Query[Deployment]
AppID string `json:"-"`
DeploymentNumber int `json:"-"`
}
Retrieve a deployment detail.
type Source ¶
type Source struct {
Discriminator string `json:"discriminator"`
Data SourceData `json:"data"`
}
type SourceData ¶
type SourceData interface {
Kind() string
}
Click to show internal directories.
Click to hide internal directories.