package
1.101.9
Repository: https://github.com/vonage/gosrvlib.git
Documentation: pkg.go.dev

# Functions

New creates a new client instance.
WithHTTPClient overrides the default HTTP client.
WithPingTimeout overrides the default ping timeout.
WithPingURL overrides the default ping timeout.
WithRetryAttempts overrides the default HTTP client.
WithRetryDelay sets the delay to apply after the first failed attempt.
WithTimeout overrides the default request timeout.

# Structs

Client represents the config options required by this client.
DeploymentCommitsRequest defines a deploymentCommits request item.
DeploymentRequest defines the request to register a Deployment.
IncidentRequest defines the request to register an incident (issue).
IncidentRequestClose defines the request to close an incident (issue).

# Interfaces

HTTPClient contains the function to perform the actual HTTP request.

# Type aliases

Option is the interface that allows to set client options.