Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplicaConfigV1 ¶
type ReplicaConfigV1 struct { Sink *struct { DispatchRules []*struct { filter.Table Rule string `toml:"rule" json:"rule"` } `toml:"dispatch-rules" json:"dispatch-rules"` } `toml:"sink" json:"sink"` }
ReplicaConfigV1 represents some incompatible config with current Config
func (*ReplicaConfigV1) Unmarshal ¶
func (c *ReplicaConfigV1) Unmarshal(data []byte) error
Unmarshal unmarshals into *ReplicaConfigV1 from json marshal byte slice
Click to show internal directories.
Click to hide internal directories.