Versions in this module Expand all Collapse all v0 v0.11.0 Jan 19, 2023 Changes in this version + type Config struct + APIKey string + Address string + AppKey string + type Instance interface + GetLogs func(ctx context.Context, query string, startTime, endTime int64) ([]datadogV2.Log, error) + GetName func() string + func New(name string, options map[string]any) (Instance, error)