Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsStore ¶
type AppsStore interface {
domain.AppsReader
domain.AppsWriter
}
func NewAppsStore ¶
type DeploymentsStore ¶
type DeploymentsStore interface {
domain.DeploymentsReader
domain.DeploymentsWriter
}
func NewDeploymentsStore ¶
func NewDeploymentsStore(existingDeployments ...domain.Deployment) DeploymentsStore
Click to show internal directories.
Click to hide internal directories.