[FIX] Storage implement the Surveyee interface #159
Annotations
5 errors and 1 warning
Test with Coverage (1.20):
internal/provider/storage/storage_test.go#L27
survey already declared through import of package survey ("github.com/emitter-io/emitter/internal/service/survey")
|
Test with Coverage (1.20):
internal/provider/storage/storage.go#L25
other declaration of survey
|
Test with Coverage (1.20):
internal/service/pubsub/subscribe_test.go#L147
cannot use new(buggyStore) (value of type *buggyStore) as storage.Storage value in argument to New: *buggyStore does not implement storage.Storage (missing method OnSurvey)
|
Test with Coverage (1.20):
internal/service/pubsub/subscribe_test.go#L162
cannot use new(buggyStore) (value of type *buggyStore) as storage.Storage value in variable declaration: *buggyStore does not implement storage.Storage (missing method OnSurvey)
|
Test with Coverage (1.20)
Process completed with exit code 1.
|
Test with Coverage (1.20)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|