Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvialableBrokers ¶
func AvialableBrokers() []string
func BrokerNames ¶
func BrokerNames() []string
Types ¶
type DNSLogBroker ¶
type DNSLogBroker interface { Require(timeout time.Duration, proxy ...string) (domain, token string, err error) GetResult(token string, timeout time.Duration, proxy ...string) ([]*tpb.DNSLogEvent, error) Name() string }
func Get ¶
func Get(name string) (DNSLogBroker, error)
func GetDNSLogBroker ¶
func GetDNSLogBroker(mode string) DNSLogBroker
Click to show internal directories.
Click to hide internal directories.