Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckVersion ¶
CheckVersion returns an error if there is a valid semver version in the node_versions table that is lower than the current app version
Types ¶
type NodeVersion ¶
func NewNodeVersion ¶
func NewNodeVersion(version string) NodeVersion
type ORM ¶
type ORM interface { FindLatestNodeVersion() (*NodeVersion, error) UpsertNodeVersion(version NodeVersion) error }
Click to show internal directories.
Click to hide internal directories.