Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProofpointTapAdapter ¶
type ProofpointTapAdapter struct {
// contains filtered or unexported fields
}
func NewProofpointTapAdapter ¶
func NewProofpointTapAdapter(conf ProofpointTapConfig) (*ProofpointTapAdapter, chan struct{}, error)
func (*ProofpointTapAdapter) Close ¶
func (a *ProofpointTapAdapter) Close() error
type ProofpointTapConfig ¶
type ProofpointTapConfig struct {
ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"`
Principal string `json:"principal" yaml:"principal"`
Secret string `json:"secret" yaml:"secret"`
}
func (*ProofpointTapConfig) Validate ¶
func (c *ProofpointTapConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.