Versions in this module Expand all Collapse all v0 v0.28.0 Dec 28, 2024 Changes in this version + type Configuration struct + Auth string + CertFile string + CertKeyFile string + Mode string + Password string + Policy string + Server string + Username string + func (c Configuration) GetAuth() string + func (c Configuration) GetCertFile() string + func (c Configuration) GetCertKeyFile() string + func (c Configuration) GetMode() string + func (c Configuration) GetPassword() string + func (c Configuration) GetPolicy() string + func (c Configuration) GetServer() string + func (c Configuration) GetUsername() string + type ReadNode struct + Config WriteNodeConfiguration + func (x *ReadNode) Destroy() + func (x *ReadNode) Init(ruleConfig types.Config, configuration types.Configuration) error + func (x *ReadNode) New() types.Node + func (x *ReadNode) OnMsg(ctx types.RuleContext, msg types.RuleMsg) + func (x *ReadNode) Type() string + type WriteNode struct + Config WriteNodeConfiguration + func (x *WriteNode) Destroy() + func (x *WriteNode) Init(ruleConfig types.Config, configuration types.Configuration) error + func (x *WriteNode) New() types.Node + func (x *WriteNode) OnMsg(ctx types.RuleContext, msg types.RuleMsg) + func (x *WriteNode) Type() string + type WriteNodeConfiguration struct + Auth string + CertFile string + CertKeyFile string + Mode string + Password string + Policy string + Server string + Username string + func (c WriteNodeConfiguration) GetAuth() string + func (c WriteNodeConfiguration) GetCertFile() string + func (c WriteNodeConfiguration) GetCertKeyFile() string + func (c WriteNodeConfiguration) GetMode() string + func (c WriteNodeConfiguration) GetPassword() string + func (c WriteNodeConfiguration) GetPolicy() string + func (c WriteNodeConfiguration) GetServer() string + func (c WriteNodeConfiguration) GetUsername() string