Versions in this module Expand all Collapse all v1 v1.0.0 Aug 31, 2020 Changes in this version + type Planner interface + Plan func(ctx context.Context, expected []model.Resource, current []model.Resource) ([]State, error) + func NewPlanner(logger log.Logger) Planner + type ResourceState int + const ResourceStateExists + const ResourceStateMissing + const ResourceStateUnknown + type State struct + Resource model.Resource + State ResourceState