Skip to content

chore: replace T with *T #61

chore: replace T with *T

chore: replace T with *T #61

Triggered via push November 27, 2023 12:02
Status Failure
Total duration 46s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Test: internal/database/table/feed.go#L17
cannot use (*Feed)(nil) (value of type *Feed) as schema.FeedTransformer value in variable declaration: *Feed does not implement schema.FeedTransformer (wrong type for method Import)
Test: internal/database/table/feed.go#L74
cannot use action (variable of type *schema.Action) as schema.Action value in argument to item.Import
Test: internal/database/table/feed.go#L84
cannot use (*Feeds)(nil) (value of type *Feeds) as schema.FeedsTransformer value in variable declaration: *Feeds does not implement schema.FeedsTransformer (wrong type for method Import)
Test: internal/database/table/feed.go#L117
cannot use (*FeedAction)(nil) (value of type *FeedAction) as schema.ActionTransformer value in variable declaration: *FeedAction does not implement schema.ActionTransformer (wrong type for method Import)
Test: internal/database/table/index.go#L14
undefined: database.Table
Test: internal/database/table/index.go#L40
cannot use (*Index)(nil) (value of type *Index) as schema.FeedTransformer value in variable declaration: *Index does not implement schema.FeedTransformer (wrong type for method Import)
Test: internal/database/table/index.go#L56
cannot use (*Indexes)(nil) (value of type *Indexes) as schema.FeedsTransformer value in variable declaration: *Indexes does not implement schema.FeedsTransformer (wrong type for method Import)
Test
Process completed with exit code 2.