connector: implement backfill #96
Annotations
5 errors
Lint (latest):
pkg/linkedingoold/messaging.go#L68
cannot convert 0 (untyped int constant) to type struct{time.Time}
|
Lint (latest):
pkg/connector/client.go#L57
cannot use (*LinkedInClient)(nil) (value of type *LinkedInClient) as bridgev2.BackfillingNetworkAPI value in variable declaration: *LinkedInClient does not implement bridgev2.BackfillingNetworkAPI (missing method FetchMessages)
|
Lint (latest):
pkg/connector/client.go#L57
cannot use (*LinkedInClient)(nil) (value of type *LinkedInClient) as bridgev2.BackfillingNetworkAPI value in variable declaration: *LinkedInClient does not implement bridgev2.BackfillingNetworkAPI (missing method FetchMessages) (compile)
|
Lint (latest):
pkg/linkedingoold/messaging.go#L68
cannot convert 0 (untyped int constant) to type struct{time.Time} (compile)
|
Lint (latest)
Process completed with exit code 1.
|