Documentation ¶
Overview ¶
general provides a client for calling operational endpoints that are present on all service APIs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralClient ¶
type GeneralClient interface { // FetchConfiguration obtains configuration information from the target service. FetchConfiguration(ctx context.Context) (string, error) // FetchMetrics obtains metrics information from the target service. FetchMetrics(ctx context.Context) (string, error) }
func NewGeneralClient ¶
func NewGeneralClient(urlClient interfaces.URLClient) GeneralClient
NewGeneralClient creates an instance of GeneralClient
Click to show internal directories.
Click to hide internal directories.