MCPcopy Create free account
hub / github.com/buguang01/bige / AutoTaskModel

Struct AutoTaskModel

modules/AutoTaskModule.go:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116type AutoTaskModel struct {
117 thgo *threads.ThreadGo
118 Handle func(ctx context.Context) //需要实现这个方法
119}
120
121//任务名字(唯一性)需要重载更新这个名字
122func (task *AutoTaskModel) GetTaskName() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected