Versions in this module Expand all Collapse all v1 v1.17.0 May 27, 2026 Changes in this version + func ResolveVaultGatewayURL(tenantCtx *tenantctx.EnvironmentContext, envSet *environments.EnvironmentSet) string + type Client interface + Post func(body []byte) (respBody []byte, status int, err error) + PostWithBearer func(body []byte, bearerToken string) (respBody []byte, status int, err error) + type HTTPClient struct + Client *http.Client + RetryAttempts uint + RetryDelay time.Duration + URL string + func (g *HTTPClient) Post(body []byte) ([]byte, int, error) + func (g *HTTPClient) PostWithBearer(body []byte, bearerToken string) ([]byte, int, error)