Documentation
¶
Index ¶
- func Contains(inputArray []string, findElement string) bool
- func PointerToBoolValue(pointer *bool) bool
- func PointerToBoolValueWithDefault(pointer *bool, defaultValue bool) bool
- func PointerToByteValue(pointer *byte) byte
- func PointerToByteValueWithDefault(pointer *byte, defaultValue byte) byte
- func PointerToFloat32Value(pointer *float32) float32
- func PointerToFloat32ValueWithDefault(pointer *float32, defaultValue float32) float32
- func PointerToFloat64Value(pointer *float64) float64
- func PointerToFloat64ValueWithDefault(pointer *float64, defaultValue float64) float64
- func PointerToInt16Value(pointer *int16) int16
- func PointerToInt16ValueWithDefault(pointer *int16, defaultValue int16) int16
- func PointerToInt32Value(pointer *int32) int32
- func PointerToInt32ValueWithDefault(pointer *int32, defaultValue int32) int32
- func PointerToInt64Value(pointer *int64) int64
- func PointerToInt64ValueWithDefault(pointer *int64, defaultValue int64) int64
- func PointerToInt8Value(pointer *int8) int8
- func PointerToInt8ValueWithDefault(pointer *int8, defaultValue int8) int8
- func PointerToIntValue(pointer *int) int
- func PointerToIntValueWithDefault(pointer *int, defaultValue int) int
- func PointerToStringValue(pointer *string) string
- func PointerToStringValueWithDefault(pointer *string, defaultValue string) string
- func PointerToTimeValue(pointer *time.Time) time.Time
- func PointerToTimeValueWithDefault(pointer *time.Time, defaultValue time.Time) time.Time
- func PointerToUint16Value(pointer *uint16) uint16
- func PointerToUint16ValueWithDefault(pointer *uint16, defaultValue uint16) uint16
- func PointerToUint32Value(pointer *uint32) uint32
- func PointerToUint32ValueWithDefault(pointer *uint32, defaultValue uint32) uint32
- func PointerToUint64Value(pointer *uint64) uint64
- func PointerToUint64ValueWithDefault(pointer *uint64, defaultValue uint64) uint64
- func PointerToUint8Value(pointer *uint8) uint8
- func PointerToUint8ValueWithDefault(pointer *uint8, defaultValue uint8) uint8
- func PointerToUintValue(pointer *uint) uint
- func PointerToUintValueWithDefault(pointer *uint, defaultValue uint) uint
- func ReplaceString(inputString string, replaceElement map[string]string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerToBoolValue ¶
func PointerToByteValue ¶
func PointerToFloat32Value ¶
func PointerToFloat64Value ¶
func PointerToInt16Value ¶
func PointerToInt32Value ¶
func PointerToInt64Value ¶
func PointerToInt8Value ¶
func PointerToIntValue ¶
func PointerToStringValue ¶
func PointerToUint16Value ¶
func PointerToUint32Value ¶
func PointerToUint64Value ¶
func PointerToUint8Value ¶
func PointerToUintValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.