wip: add entrypoints to services and targets #225
Annotations
5 errors and 1 warning
Vet
cannot use config (variable of type dummyConfig) as "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig value in argument to domain.NewProviderConfigRequirement: dummyConfig does not implement "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig (missing method FilterEntrypoints)
|
Vet
cannot use dummyConfig{…} (value of type dummyConfig) as "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig value in argument to domain.NewProviderConfigRequirement: dummyConfig does not implement "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig (missing method FilterEntrypoints)
|
Vet:
internal/deployment/infra/sqlite/gateway.go#L417
result of fmt.Sprintf call not used
|
Vet
cannot use otherDataSameProperties{…} (value of type otherDataSameProperties) as "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig value in variable declaration: otherDataSameProperties does not implement "github.com/YuukanOO/seelf/internal/deployment/domain".ProviderConfig (missing method FilterEntrypoints)
|
Vet
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading