Documentation
¶
Index ¶
- Constants
- func ConvertToBool(attr interface{}) (bool, error)
- func ConvertToFloat64(attr interface{}) (float64, error)
- func ConvertToInt64(attr interface{}) (int64, error)
- func ConvertToString(attr interface{}) (string, error)
- func CovertToMap(attr interface{}) (map[string]interface{}, error)
- func RunImmediatelyAndSchedule(what func() error, delay time.Duration) chan bool
- func Schedule(what func() error, delay time.Duration) chan bool
- type HTTPClient
Constants ¶
View Source
const MaxInt = int(MaxUint >> 1)
View Source
const MaxUint = ^uint(0)
View Source
const SDKKeyHelpMessage = "To obtain the API key, please sign in to the Unlaunch Console at https://app.unlaunch.io " +
"Then on the right sidebar, click on 'Settings'. Then from the 'Projects' tab. Copy the 'SERVER KEY' for the " +
"environment you want to connect to, and provide it to this SDK. For more information, visit: https://docs.unlaunch.io/docs/sdks/sdk-keys"
Variables ¶
This section is empty.
Functions ¶
func ConvertToBool ¶
ConvertToBool converts to bool
func ConvertToFloat64 ¶
ConvertToFloat64 There has to be better way to do this
func ConvertToInt64 ¶
ConvertToInt64 converts a valid numeric value to int64
func ConvertToString ¶
ConvertToString converts to string
func CovertToMap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.