Versions in this module Expand all Collapse all v0 v0.0.3 Feb 18, 2022 Changes in this version + type BusiServerInterface interface + InitServer func() + RestartServer func() + RunServer func() + Shutdown func() + type Cron struct + Category string + Creator string + Desc string + Expr string + Jobid string + Name string + Script string + Status int + type CronBase struct + Category string + Creator string + Desc string + Expr string + Name string + Script string + type CronInsert struct + type CronQuery struct + Category string + Creator string + Desc string + Expr string + Name string + type CronRun struct + Jobid string + Status int + type CronUpdateInfo struct + type CronUpdateStatus struct + Status int + type DatabaseInfo struct + Database string + Host string + Password string + Port int + UserName string + type ServerInfo struct + Name string + Port int64 + RouterName string + type User struct + Name string + Password string + func (u User) TableName() string