Documentation ¶ Index ¶ type ZApp func NewZApp(app *ggxapp.GGxApplicationRuntime, db *database.Database) (instance *ZApp, err error) func (instance *ZApp) Count() int func (instance *ZApp) Enum() (response string) func (instance *ZApp) Start() (err error) func (instance *ZApp) Stop() (err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ZApp ¶ type ZApp struct { // contains filtered or unexported fields } ZApp is a bot FACTORY and act as main bots controllers func NewZApp ¶ func NewZApp(app *ggxapp.GGxApplicationRuntime, db *database.Database) (instance *ZApp, err error) func (*ZApp) Count ¶ func (instance *ZApp) Count() int func (*ZApp) Enum ¶ func (instance *ZApp) Enum() (response string) func (*ZApp) Start ¶ func (instance *ZApp) Start() (err error) func (*ZApp) Stop ¶ func (instance *ZApp) Stop() (err error) Source Files ¶ View all Source files zapp.go Directories ¶ Show internal Expand all Path Synopsis channels workflow Click to show internal directories. Click to hide internal directories.