feat: add solutions service
This commit is contained in:
parent
0fda91d8d5
commit
d9e2f46de8
6 changed files with 80 additions and 5 deletions
|
@ -13,3 +13,7 @@ var (
|
|||
var (
|
||||
ErrBadRole = errors.New("bad role")
|
||||
)
|
||||
|
||||
var (
|
||||
ErrBadTestingStrategy = errors.New("bad testing strategy")
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue