sqlite

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Migrations = sqlite.NewMigrationsModule("deployment", "migrations", migrations)

Functions

func NewGateway

func NewGateway(db *sqlite.Database) *gateway

Types

type AppsStore

type AppsStore interface {
	domain.AppsReader
	domain.AppsWriter
}

func NewAppsStore

func NewAppsStore(db *sqlite.Database) AppsStore

type DeploymentsStore

type DeploymentsStore interface {
	domain.DeploymentsReader
	domain.DeploymentsWriter
}

func NewDeploymentsStore

func NewDeploymentsStore(db *sqlite.Database) DeploymentsStore

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL