wip: refactor config management #94
Annotations
9 errors and 1 warning
lint:
cmd/api/main.go#L1
: # bridge/cmd/api
|
lint:
cmd/api/main.go#L52
configProvider.Get undefined (type *config.Config has no field or method Get) (typecheck)
|
lint:
services/auth/grpc_srv_test.go#L1
: # bridge/services/auth_test [bridge/services/auth.test]
|
lint:
services/auth/grpc_srv_test.go#L93
configProvider.Get undefined (type *config.Config has no field or method Get)
|
lint:
services/auth/grpc_srv_test.go#L211
configProvider.Get undefined (type *config.Config has no field or method Get) (typecheck)
|
lint:
services/user/grpc_srv_test.go#L1
: # bridge/services/user_test [bridge/services/user.test]
|
lint:
services/user/grpc_srv_test.go#L79
configProvider.Get undefined (type *config.Config has no field or method Get)
|
lint:
services/user/grpc_srv_test.go#L187
configProvider.Get undefined (type *config.Config has no field or method Get) (typecheck)
|
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|