Documentation
¶
Index ¶
- Variables
- func ToCamelCase(name string) string
- type FileAPI
- type FormatAPI
- func (self FormatAPI) Atob(b64 string) ([]byte, error)
- func (self FormatAPI) Btoa(bytes []byte) string
- func (self FormatAPI) BytesToString(bytes []byte) string
- func (self FormatAPI) Decode(code string, format string, all bool) (ard.Value, error)
- func (self FormatAPI) Encode(value interface{}, format string, indent string, writer io.Writer) (string, error)
- func (self FormatAPI) NewXMLDocument() *etree.Document
- func (self FormatAPI) StringToBytes(string_ string) []byte
- func (self FormatAPI) ValidateFormat(code string, format string) error
- type URLAPI
- type UtilAPI
- func (self UtilAPI) DeepCopy(value ard.Value) ard.Value
- func (self UtilAPI) DeepEquals(a ard.Value, b ard.Value) bool
- func (self UtilAPI) Hash(value ard.Value) (string, error)
- func (self UtilAPI) IsType(value ard.Value, type_ string) (bool, error)
- func (self UtilAPI) JoinFilePath(elements ...string) string
- func (self UtilAPI) Mutex() *sync.Mutex
- func (self UtilAPI) Now() time.Time
- func (self UtilAPI) Sprintf(format string, args ...interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var CamelCaseMapper camelCaseMapper
Functions ¶
func ToCamelCase ¶
Types ¶
type FileAPI ¶ added in v0.1.31
type FileAPI struct{}
func (FileAPI) TemporaryDirectory ¶ added in v0.1.31
type FormatAPI ¶ added in v0.1.31
type FormatAPI struct{}
func (FormatAPI) BytesToString ¶ added in v0.1.31
func (FormatAPI) NewXMLDocument ¶ added in v0.1.31
func (FormatAPI) StringToBytes ¶ added in v0.1.31
type URLAPI ¶ added in v0.1.31
func (URLAPI) GetRelativeURL ¶ added in v0.1.31
type UtilAPI ¶ added in v0.1.31
type UtilAPI struct{}
func (UtilAPI) DeepEquals ¶ added in v0.1.31
func (UtilAPI) JoinFilePath ¶ added in v0.1.31
Click to show internal directories.
Click to hide internal directories.