Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.