Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeysForVersion ¶
func KeysForVersion(from versioning.VersionKey, keys []datastore.Key) []datastore.Key
KeysForVersion wraps every key in a list with a version prefix
Types ¶
type NotReadyStoredState ¶
type NotReadyStoredState struct {
Err error
}
NotReadyStoredState just returns errors that migrations that have not been run
func (*NotReadyStoredState) End ¶
func (nrss *NotReadyStoredState) End() error
End returns a migration error
func (*NotReadyStoredState) Get ¶
func (nrss *NotReadyStoredState) Get(out cbg.CBORUnmarshaler) error
Get returns a migration error
func (*NotReadyStoredState) Mutate ¶
func (nrss *NotReadyStoredState) Mutate(mutator interface{}) error
Mutate returns a migration error
Click to show internal directories.
Click to hide internal directories.