Documentation ¶
Index ¶
- func Base64EncodeIfNot(data string) string
- func Bool(input bool) *bool
- func ExpandStringSlice(input []interface{}) *[]string
- func FlattenStringSlice(input *[]string) []interface{}
- func Float(input float64) *float64
- func Int(input int) *int
- func Int32(input int32) *int32
- func Int64(input int64) *int64
- func IoCloseAndLogError(c io.Closer, message string)
- func ResponseErrorIsRetryable(err error) bool
- func ResponseWasNotFound(resp autorest.Response) bool
- func ResponseWasStatusCode(resp autorest.Response, statusCode int) bool
- func String(input string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Base64EncodeIfNot ¶ added in v1.34.0
Base64EncodeIfNot encodes data if the input isn't already encoded using base64.StdEncoding.EncodeToString. If the input is already base64 encoded, return the original input unchanged.
func ExpandStringSlice ¶ added in v1.29.0
func ExpandStringSlice(input []interface{}) *[]string
func FlattenStringSlice ¶ added in v1.29.0
func FlattenStringSlice(input *[]string) []interface{}
func IoCloseAndLogError ¶ added in v1.18.0
func ResponseErrorIsRetryable ¶ added in v1.16.0
func ResponseWasNotFound ¶
func ResponseWasStatusCode ¶ added in v1.31.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.