Documentation ¶
Index ¶
- func ExecuteProcess(mainArgs *capi.CMainArgsT, app *capi.CAppT)
- func Initialize(mainArgs *capi.CMainArgsT, settings *capi.CSettingsT, app *capi.CAppT) bool
- func PostDelayedTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler, delay_ms int64) bool
- func PostElementGetBytes(e *capi.CPostDataElementT) (bytes []byte)
- func PostTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler) bool
- type StringList
- type StringMap
- type StringMultimap
- type TaskFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteProcess ¶
func ExecuteProcess(mainArgs *capi.CMainArgsT, app *capi.CAppT)
func Initialize ¶
func Initialize(mainArgs *capi.CMainArgsT, settings *capi.CSettingsT, app *capi.CAppT) bool
func PostDelayedTask ¶
func PostDelayedTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler, delay_ms int64) bool
func PostElementGetBytes ¶
func PostElementGetBytes(e *capi.CPostDataElementT) (bytes []byte)
func PostTask ¶
func PostTask(threadId capi.CThreadIdT, h capi.CTaskTExecuteHandler) bool
Types ¶
type StringList ¶
type StringList struct {
// contains filtered or unexported fields
}
func NewStringList ¶
func NewStringList() StringList
func (StringList) Append ¶
func (o StringList) Append(value string)
func (StringList) CefObject ¶
func (o StringList) CefObject() capi.CStringListT
func (StringList) Clear ¶
func (o StringList) Clear()
func (StringList) Copy ¶
func (o StringList) Copy() StringList
func (StringList) Size ¶
func (o StringList) Size() (ret int64)
type StringMap ¶
type StringMap struct {
// contains filtered or unexported fields
}
func NewStringMap ¶
func NewStringMap() *StringMap
func (*StringMap) CefObject ¶
func (o *StringMap) CefObject() capi.CStringMapT
type StringMultimap ¶
type StringMultimap struct {
// contains filtered or unexported fields
}
func NewStringMultimap ¶
func NewStringMultimap() *StringMultimap
func (*StringMultimap) Append ¶
func (o *StringMultimap) Append(key, value string) bool
func (*StringMultimap) CefObject ¶
func (o *StringMultimap) CefObject() capi.CStringMultimapT
Click to show internal directories.
Click to hide internal directories.