Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Migrations = sqlite.NewMigrationsModule("deployment", "migrations", migrations)
Functions ¶
func NewGateway ¶
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(db *sqlite.Database) DeploymentsStore
Click to show internal directories.
Click to hide internal directories.