Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrencyType struct { Name string Value float64 }
Functions ¶
func ConvertValues ¶
func ConvertValues(d []string, typ EntityType) ([]interface{}, error)
Types ¶
type EntityType ¶
type EntityType int
const ( DateTime EntityType = iota Id Time Date Ipaddress Money Rating5 Rating10 Rating100 Timestamp Number Boolean Latitude Longitude City Country Continent State Pincode None )
func DetectType ¶
func DetectType(d []string) (EntityType, bool, error)
func (EntityType) MarshalJSON ¶
func (t EntityType) MarshalJSON() ([]byte, error)
func (EntityType) String ¶
func (t EntityType) String() string
Click to show internal directories.
Click to hide internal directories.