CERT-22 - Add CSR feature #95
Annotations
10 errors and 1 warning
golangci-lint:
service.go#L132
cannot use (*service)(nil) (value of type *service) as Service value in variable declaration: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L140
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L146
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L152
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L156
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
api/logging.go#L13
could not import github.com/absmach/certs (-: # github.com/absmach/certs
|
golangci-lint:
service.go#L132
cannot use (*service)(nil) (value of type *service) as Service value in variable declaration: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L140
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L146
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
golangci-lint:
service.go#L152
cannot use &svc (value of type *service) as Service value in return statement: *service does not implement Service (wrong type for method IssueCert)
|
Setup Go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading