Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPublicIPv4 ¶
IsPublicIPv4 function returns true when IP is public IPv4 otherwise returns false.
func WrapStr ¶
func WrapStr(value string) *wrappers.StringValue
WrapStr function returns nil when value is empty otherwise returns value in wrappers.StringValue format.
func WrapTime ¶
WrapTime function returns nil when an error occurred or time is empty otherwise returns time in timestamp.Timestamp format.
func WrapUint32 ¶
func WrapUint32(value string) *wrappers.UInt32Value
WrapUint32 function returns nil when an error occurred otherwise returns value in wrappers.UInt32Value format.
func WrapUint64 ¶
func WrapUint64(value string) *wrappers.UInt64Value
WrapUint64 function returns nil when an error occurred otherwise returns value in wrappers.UInt64Value format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.