version

package
v0.0.0-...-7392356 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Version

type Version struct {
	UUID          uuid.UUID // the object id
	VersionID     int64     `crud:"autoincr"`         // which version (actual sequence/row id)
	VersionAt     time.Time `crud:"update_timestamp"` // when this version was created
	ActiveVersion bool      // flag indicating which is the currently active version
}

Version models have basic fields of uuid, version_id and version_at.

Jump to

Keyboard shortcuts

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