package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev
# Functions
FromHttpResponse reads the response body from the specified http response and converts it into the specified value.
No description provided by the author
ToJsonArray converts the specified value (slice) to a json array.
Converts the specified value to a map.
Attempts to convert the specified value to a string, otherwise returns the default value.
Converts a pointer to a value type If the ptr is nil returns default value, otherwise the value of value of the pointer.