diff --git a/pkg/client/client.go b/pkg/client/client.go index 06a2632..5952523 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -19,6 +19,7 @@ type Option[T Client] func(client T) // that provides an extended API to work with functional options. // It also provides functions that work with `collect` data. type Client interface { + Init() Name() string GetInternalClient() *http.Client RootEndpoint(endpoint string) string