16 lines
120 B
Go
16 lines
120 B
Go
package task
|
|
|
|
import (
|
|
)
|
|
|
|
type taskMgr struct {
|
|
|
|
}
|
|
|
|
func (this* taskMgr) Init() {
|
|
}
|
|
|
|
func (this* taskMgr) UnInit() {
|
|
|
|
}
|