()
| 351 | } |
| 352 | |
| 353 | func (b *nodeBase) IsMaster() bool { |
| 354 | return b.model.Type == node.TypeMaster |
| 355 | } |
| 356 | |
| 357 | func (b *nodeBase) CreateTask(ctx context.Context, taskType string, state string) (int, error) { |
| 358 | return 0, errors.New("not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected