(ctx context.Context, taskType string, state string)
| 355 | } |
| 356 | |
| 357 | func (b *nodeBase) CreateTask(ctx context.Context, taskType string, state string) (int, error) { |
| 358 | return 0, errors.New("not implemented") |
| 359 | } |
| 360 | |
| 361 | func (b *nodeBase) AuthInstance() auth.Auth { |
| 362 | return auth.HMACAuth{[]byte(b.model.SlaveKey)} |