Documentation ¶
Index ¶
- func ASCIIToIntPtr(value string) (*int, error)
- func AccountLicenseType(accountLicenseTypeValue string) (*licensing.AccountLicenseType, error)
- func AccountLicensingSource(licensingSourceValue string) (*licensing.LicensingSource, error)
- func Bool(value bool) *bool
- func DecodeUtf16HexString(message string) (string, error)
- func EncodeUtf16HexString(message string) (string, error)
- func Int(value int) *int
- func String(value string) *string
- func StringFromInterface(value interface{}) *string
- func ToBool(value *bool, defaultValue bool) bool
- func ToPtr[E any](e E) *E
- func ToString(value *string, defaultValue string) string
- func UInt64(value uint64) *uint64
- func UUID(szuuid string) *uuid.UUID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ASCIIToIntPtr ¶
ASCIIToIntPtr Convert a string to an Int Pointer
func AccountLicenseType ¶
func AccountLicenseType(accountLicenseTypeValue string) (*licensing.AccountLicenseType, error)
AccountLicenseType Get a pointer to an AccountLicenseType
func AccountLicensingSource ¶
func AccountLicensingSource(licensingSourceValue string) (*licensing.LicensingSource, error)
AccountLicensingSource convert a string value to a licensing.AccountLicenseType pointer
func DecodeUtf16HexString ¶
DecodeUtf16HexString decodes a binary representation of an UTF16 string
func EncodeUtf16HexString ¶
EncodeUtf16HexString encodes a string into an binary representation with UTF16 enoding
func StringFromInterface ¶
func StringFromInterface(value interface{}) *string
StringFromInterface get a string pointer from an interface
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.