versioning

package
v0.0.0-...-3674750 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckVersion

func CheckVersion(q pg.Queryer, lggr logger.Logger, appVersion string) (appv, dbv *semver.Version, err error)

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

func NewORM

func NewORM(db *sqlx.DB, lggr logger.Logger, timeout time.Duration) *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