versioning

package
v1.10.17 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckVersion

func CheckVersion(q postgres.Queryer, lggr logger.Logger, appVersion string) error

CheckVersion returns an error if there is a valid semver version in the node_versions table that is lower than the current app version

func NewORM

func NewORM(db *sqlx.DB, lggr logger.Logger) *orm

Types

type NodeVersion

type NodeVersion struct {
	Version   string
	CreatedAt time.Time
}

func NewNodeVersion

func NewNodeVersion(version string) NodeVersion

type ORM

type ORM interface {
	FindLatestNodeVersion() (*NodeVersion, error)
	UpsertNodeVersion(version NodeVersion) error
}

Jump to

Keyboard shortcuts

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