Documentation ¶
Index ¶
- func FromBool(b bool) string
- func FromByte(val byte) string
- func FromId(id appgo.Id) string
- func FromIdList(ids []appgo.Id) string
- func FromInt(val int) string
- func FromInt64(i int64) string
- func FromObject(obj interface{}) string
- func FromStrList(strs []string) string
- func ToBool(s string) bool
- func ToByte(str string) byte
- func ToId(str string) appgo.Id
- func ToIdList(str string) []appgo.Id
- func ToInt(str string) int
- func ToInt64(str string) int64
- func ToObject(obj interface{}, str string)
- func ToStrList(str string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromIdList ¶
func FromObject ¶
func FromObject(obj interface{}) string
func FromStrList ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.