feat(source): create bulk event #587
Annotations
6 errors
build:
source/service/event/service_test.go#L29
cannot use mockRepo (variable of type *MockRepository) as Repository value in argument to New: *MockRepository does not implement Repository (wrong type for method CreateNewEvent)
|
build:
source/service/event/service_test.go#L31
not enough arguments in call to svc.CreateNewEvent
|
build:
source/service/event/service_test.go#L34
cannot use "2sdf121fa-dfe21" (untyped string constant) as []string value in struct literal
|
build:
source/service/event/service_test.go#L41
cannot use mockRepo (variable of type *MockRepository) as Repository value in argument to New: *MockRepository does not implement Repository (wrong type for method CreateNewEvent)
|
build:
source/service/event/service_test.go#L43
not enough arguments in call to svc.CreateNewEvent
|
build
Process completed with exit code 2.
|