Versions in this module Expand all Collapse all v0 v0.1.2 Jan 9, 2020 v0.1.1 Sep 3, 2019 Changes in this version + type ControllerTickerRunner struct + func NewStorageControllerTickerRunner(authDuration time.Duration) *ControllerTickerRunner + func (c *ControllerTickerRunner) GetAuthBucketTicker() <-chan time.Time + func (c *ControllerTickerRunner) Start() error + type StorageController struct + Arch archive.Archive + ExpiredAuthDataPath string + Runner StorageControllerRunner + func NewStorageController(storageControllerRunner StorageControllerRunner, arch archive.Archive) (StorageController, error) + type StorageControllerRunner interface + GetAuthBucketTicker func() <-chan time.Time + Start func() error