Documentation
¶
Index ¶
- Constants
- func DataToString(data interface{}, internalType string) string
- func FromLua(value interface{}) (interface{}, error)
- func StringToData(str, strType string) (interface{}, error)
- func ToInternalType(external reflect.Type) (string, error)
- func ToLua(L *lua.LState, value interface{}) (lua.LValue, error)
Constants ¶
View Source
const ( TIME = "time" BLOB = "blob" MAP = "map" ARRAY = "array" BOOLEAN = "bool" INTEGER = "int" FLOAT = "float" DOUBLE = "double" STRING = "string" UUID = "gocql.UUID" TIMESTAMP = "time.Time" BYTEARRAY = "[]uint8" BIGINT = "*big.Int" BIGFLOAT = "*big.Float" IP = "*net.IP" UNSIGNED = "uint" )
Variables ¶
This section is empty.
Functions ¶
func DataToString ¶
func StringToData ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.