Versions in this module Expand all Collapse all v0 v0.0.1 Jan 31, 2023 Changes in this version + type Config struct + AuthToken string + ClientCert string + ClientKey string + Enabled bool + Endpoint string + LogOnce func(ctx context.Context, err error, id interface{}, errKind ...interface{}) + Name string + QueueSize int + Transport http.RoundTripper + UserAgent string + type Target struct + func New(config Config) *Target + func (h *Target) Cancel() + func (h *Target) Endpoint() string + func (h *Target) Init() error + func (h *Target) Send(entry interface{}, errKind string) error + func (h *Target) String() string + func (h *Target) Type() types.TargetType