Versions in this module Expand all Collapse all v0 v0.0.2 Jan 11, 2022 v0.0.1 Sep 15, 2021 Changes in this version + type PinkClient struct + func NewPinkClient(name, path string) *PinkClient + type PinkExecutor struct + func NewPinkExecutor(etcdCli *etcd.Cli, eventBus *bus.EventBus, groupManaged *PinkGroupManaged, ...) *PinkExecutor + func (pe *PinkExecutor) PushExecutePlan(snapshot *protocol.SchedulePlanSnapshot) + type PinkGroup struct + func NewPinkGroup(name, path string, cli *etcd.Cli) *PinkGroup + type PinkGroupManaged struct + func NewPinkGroupManaged(cli *etcd.Cli) *PinkGroupManaged + func (managed *PinkGroupManaged) UnParkPinkClient(name string) (string, error)