store

package
v0.0.0-...-c979195 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DriverSqlite = "sqlite3"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Datastore

type Datastore interface {
	CreateInstallation(*model.Installation) error
	GetInstallation(installationID int) (*model.Installation, error)
	DeleteInstallation(installationID int) error
}

func DS

func DS() Datastore

Jump to

Keyboard shortcuts

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