WIP - Add SetDefaultSchemaVersion #1139
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job:
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)
|
Run tests job
Process completed with exit code 2.
|