FindByNumber returns a step from the datastore by number.
(ctx context.Context, stageID int64, stepNum int)
| 981 | StepStore interface { |
| 982 | // FindByNumber returns a step from the datastore by number. |
| 983 | FindByNumber(ctx context.Context, stageID int64, stepNum int) (*types.Step, error) |
| 984 | |
| 985 | // Create creates a new step. |
| 986 | Create(ctx context.Context, step *types.Step) error |
no outgoing calls
no test coverage detected