# Functions
BillingRef validates a given billing reference.
DefaultResponseErrorHandler is the default error handler used to check if a giving STACKIT API response returned an error.
Duration validates that a given string can be parsed as duration i.e.
ErrorIsOneOf checks checks if a given error message has one of the provided sub strings.
Field validates that given field in the response object is set (not nil).
Fields validates that given fields in the response object are set (not nil).
IsIP validates a given IP.
ISO8601 Validates that given time is formatted as ISO 8601.
NameServer validates a given server name.
No description provided by the author
NetworkName validates a given network name.
Prefix validates a given prefix.
PrefixLengthV4 validates a given server name.
ProjectID validates a given project ID.
ProjectName validates a given project name.
PublicIP validates a given ID address.
Response validates a response interface and error if requestError has an error, it is returned if resp.Error is defined and not nil, it is returned if one of the field namess provided in []checkNullFields are nil, an error is returned.
ResponseObject validates the response response and checks if it has an Error field that's set.
RFC3339 Validates that given time is formatted as RFC3339.
SemVer validates a given version.
StatusEquals returns true if interface.StatusCode() equals a given http code if more than one status code is provided, the function will return true if one of them matches.
UUID validates a given UUID.
# Interfaces
No description provided by the author