Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V1 ¶
type V1 struct{}
V1 is the V1 implementation for storage
func (*V1) Initialize ¶
Initialize sets up the bucks in boltdb for V1
func (*V1) ReadDeployment ¶
func (*V1) ReadDeployment(tx *bolt.Tx) (*deployment.Deployment, error)
ReadDeployment reads a v1 deployment
func (*V1) WriteDeployment ¶
func (*V1) WriteDeployment(tx *bolt.Tx, deployment *deployment.Deployment) error
WriteDeployment writes a v1 deployment
Click to show internal directories.
Click to hide internal directories.