add createSchema and getSchema util methods #211
Annotations
4 errors and 1 warning
golangci-lint:
conduit/global/util.go#L34
Comment should end in a period (godot)
|
golangci-lint:
schema/schema.go#L31
error returned from interface method should be wrapped: sig: func (github.com/conduitio/conduit-processor-sdk/conduit.SchemaService).GetSchema(context.Context, github.com/conduitio/conduit-processor-sdk/conduit.GetSchemaRequest) (github.com/conduitio/conduit-processor-sdk/conduit.GetSchemaResponse, error) (wrapcheck)
|
golangci-lint:
schema/schema.go#L43
error returned from interface method should be wrapped: sig: func (github.com/conduitio/conduit-processor-sdk/conduit.SchemaService).CreateSchema(context.Context, github.com/conduitio/conduit-processor-sdk/conduit.CreateSchemaRequest) (github.com/conduitio/conduit-processor-sdk/conduit.CreateSchemaResponse, error) (wrapcheck)
|
golangci-lint
issues found
|
golangci-lint
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|