Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + type CDC struct + type Kafka struct + type Ops struct + func New(ns, name string) *Ops + func (o *Ops) Apply() error + func (o *Ops) Delete() error + func (o *Ops) GetClientNodes() ([]cluster.ClientNode, error) + func (o *Ops) GetNodes() ([]cluster.Node, error) + type Zookeeper struct