package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Cast(val interface{}, target Type) (interface{}, error)
const (
String Type = iota
Float
Int
Bool
Object
Array
StringArray
Any
)
func TypeFromVal(val interface{}) Type
func (t Type) IsSameType(val interface{}) bool
Source Files
¶
Click to show internal directories.
Click to hide internal directories.