Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivatableStore ¶
type ActivatableStore interface {
Activate() error
IsActivated() (bool, error)
brokerstore.Store
}
type Migrator ¶
type Migrator interface {
Migrate(RetirableStore, ActivatableStore) error
}
func NewMigrator ¶
type RetirableStore ¶
type RetirableStore interface {
Retire() error
IsRetired() (bool, error)
brokerstore.Store
}
Click to show internal directories.
Click to hide internal directories.