WIP - Add SetDefaultSchemaVersion #1139
Annotations
9 errors
api/http/handlerfuncs_backup_test.go#L186
cannot use db (variable of type *mocks.DB) as client.DB value in struct literal: *mocks.DB does not implement client.DB (missing method SetDefaultSchemaVersion)
|
http/client.go#L30
cannot use (*Client)(nil) (value of type *Client) as client.DB value in variable declaration: *Client does not implement client.DB (missing method SetDefaultSchemaVersion)
|
http/client.go#L88
cannot use &Client{…} (value of type *Client) as client.Store value in return statement: *Client does not implement client.Store (missing method SetDefaultSchemaVersion)
|
http/wrapper.go#L25
cannot use (*Wrapper)(nil) (value of type *Wrapper) as client.DB value in variable declaration: *Wrapper does not implement client.DB (missing method SetDefaultSchemaVersion)
|
api/http/handlerfuncs_backup_test.go#L186
cannot use db (variable of type *mocks.DB) as client.DB value in struct literal: *mocks.DB does not implement client.DB (missing method SetDefaultSchemaVersion)
|
http/client.go#L30
cannot use (*Client)(nil) (value of type *Client) as client.DB value in variable declaration: *Client does not implement client.DB (missing method SetDefaultSchemaVersion)
|
http/client.go#L88
cannot use &Client{…} (value of type *Client) as client.Store value in return statement: *Client does not implement client.Store (missing method SetDefaultSchemaVersion)
|
http/wrapper.go#L25
cannot use (*Wrapper)(nil) (value of type *Wrapper) as client.DB value in variable declaration: *Wrapper does not implement client.DB (missing method SetDefaultSchemaVersion)
|
|
The logs for this run have expired and are no longer available.
Loading