Add producer API to write specs #659
Annotations
11 errors
Run go sanity tools (linux, amd64):
pkg/cdi/producer/api.go#L19
exported type SpecFormat should have comment or be unexported
|
Run go sanity tools (linux, amd64):
pkg/cdi/producer/api.go#L25
exported const SpecFormatJSON should have comment (or a comment on this block) or be unexported
|
Run go sanity tools (linux, amd64):
pkg/cdi/producer/options.go#L19
comment on exported type Option should be of the form "Option ..." (with optional leading article)
|
Run go sanity tools (linux, amd64):
pkg/cdi/producer/producer.go#L27
exported type Producer should have comment or be unexported
|
Run go sanity tools (linux, amd64)
Process completed with exit code 2.
|
Run go sanity tools (windows, amd64):
pkg/cdi/producer/api.go#L19
exported type SpecFormat should have comment or be unexported
|
Run go sanity tools (windows, amd64):
pkg/cdi/producer/api.go#L25
exported const SpecFormatJSON should have comment (or a comment on this block) or be unexported
|
Run go sanity tools (windows, amd64):
pkg/cdi/producer/options.go#L19
comment on exported type Option should be of the form "Option ..." (with optional leading article)
|
Run go sanity tools (windows, amd64):
pkg/cdi/producer/producer.go#L27
exported type Producer should have comment or be unexported
|
Run go sanity tools (windows, amd64)
Process completed with exit code 2.
|
Run tests
Process completed with exit code 2.
|