Make ETOS API compatible with the kubernetes controller poc #232
Annotations
5 errors and 1 warning
Go test:
cmd/logarea/main.go#L67
cannot use cfg (variable of type "github.com/eiffel-community/etos-api/internal/configs/logarea".Config) as "github.com/eiffel-community/etos-api/internal/configs/base".Config value in argument to server.NewWebService: "github.com/eiffel-community/etos-api/internal/configs/logarea".Config does not implement "github.com/eiffel-community/etos-api/internal/configs/base".Config (missing method StripPrefix)
|
Go test:
cmd/iut/main.go#L79
cannot use cfg (variable of type "github.com/eiffel-community/etos-api/internal/configs/iut".Config) as "github.com/eiffel-community/etos-api/internal/configs/base".Config value in argument to server.NewWebService: "github.com/eiffel-community/etos-api/internal/configs/iut".Config does not implement "github.com/eiffel-community/etos-api/internal/configs/base".Config (missing method StripPrefix)
|
Go test:
pkg/sse/v1/sse.go#L68
cannot use a.cfg (variable of type "github.com/eiffel-community/etos-api/internal/configs/sse".Config) as "github.com/eiffel-community/etos-api/internal/configs/base".Config value in argument to kubernetes.New: "github.com/eiffel-community/etos-api/internal/configs/sse".Config does not implement "github.com/eiffel-community/etos-api/internal/configs/base".Config (missing method StripPrefix)
|
Go test:
pkg/sse/v1alpha/sse.go#L70
cannot use a.cfg (variable of type "github.com/eiffel-community/etos-api/internal/configs/sse".Config) as "github.com/eiffel-community/etos-api/internal/configs/base".Config value in argument to kubernetes.New: "github.com/eiffel-community/etos-api/internal/configs/sse".Config does not implement "github.com/eiffel-community/etos-api/internal/configs/base".Config (missing method StripPrefix)
|
Go test
Process completed with exit code 2.
|
Setup Go 1.21
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading