Versions in this module Expand all Collapse all v0 v0.0.1 Jan 25, 2021 Changes in this version + type Backender interface + func GetBackend() Backender + func InitBackend() Backender + type LocalBackend struct + Path string + func (s LocalBackend) GetState() *State + func (s LocalBackend) WriteState(st *State) error + type ProvidersState map[string]types.Resources + type Reader interface + GetState func() *State + type RemoteBackend struct + BlobType string + Bucket string + Path string + Region string + func (s RemoteBackend) GetState() *State + func (s RemoteBackend) WriteState(st *State) error + type State struct + Current ProvidersState + Desired ProvidersState + func Diff(previous, current ProvidersState) State + func NewEmptyState() State + func (s State) Empty() bool + type Writer interface + WriteState func(st *State) error