(port int)
| 19 | WithDetailId(id uint) DBOption |
| 20 | WithDetailIdsIn(ids []uint) DBOption |
| 21 | WithPort(port int) DBOption |
| 22 | WithNormalStatus(status string) DBOption |
| 23 | Page(page, size int, opts ...DBOption) (int64, []model.Runtime, error) |
| 24 | Create(ctx context.Context, runtime *model.Runtime) error |
no outgoing calls
no test coverage detected