()
| 359 | } |
| 360 | |
| 361 | func (b *nodeBase) AuthInstance() auth.Auth { |
| 362 | return auth.HMACAuth{[]byte(b.model.SlaveKey)} |
| 363 | } |
| 364 | |
| 365 | func (b *nodeBase) GetTask(ctx context.Context, id int, clearOnComplete bool) (*SlaveTaskSummary, error) { |
| 366 | return nil, errors.New("not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected