Skip to content

Commit

Permalink
Added Init() to Client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Aug 27, 2024
1 parent 3b29735 commit abd8345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abd8345

Please sign in to comment.