Documentation ¶
Index ¶
- func Bool(v bool) *bool
- func BoolValue(v *bool) bool
- func DebugAsJsonString(v interface{}) string
- func DebugAsJsonStringIndent(v interface{}) string
- func Int32(v int32) *int32
- func Int32Value(v *int32) int32
- func Int64(v int64) *int64
- func Int64Value(v *int64) int64
- func IsNilOrEmpty(s *string) bool
- func String(s string) *string
- func StringValue(s *string) string
- func Uint64Value(v *uint64) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugAsJsonString ¶
func DebugAsJsonString(v interface{}) string
func DebugAsJsonStringIndent ¶
func DebugAsJsonStringIndent(v interface{}) string
func Int32Value ¶
func Int64 ¶
Int64 is a helper that builds a *int64 from an int64 value This is similar to aws.Int64, except that we use it for non-AWS values
func Int64Value ¶
func IsNilOrEmpty ¶
func String ¶
String is a helper that builds a *string from a string value This is similar to aws.String, except that we use it for non-AWS values
func StringValue ¶
func Uint64Value ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.