storage

package
v0.0.0-...-93a33ef Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Database string `yaml:"database"`
}

type DB

type DB struct {
	CreateOrUpdateCheck *sql.Stmt
	GetFailedChecks     *sql.Stmt
	GetChecks           *sql.Stmt
	// contains filtered or unexported fields
}

func Init

func Init(cfg Config) (DB, error)

Jump to

Keyboard shortcuts

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