feat: update pocketbase to 0.23 #17
Annotations
5 errors and 10 warnings
Lint:
cmd/didimo/didimo.go#L18
no required module provides package github.com/labstack/echo/v5; to add it:
|
Lint:
cmd/didimo/didimo.go#L23
no required module provides package github.com/pocketbase/pocketbase/models; to add it:
|
Lint:
cmd/didimo/didimo.go#L18
could not import github.com/labstack/echo/v5 (invalid package name: "")
|
Lint:
cmd/didimo/didimo.go#L23
could not import github.com/pocketbase/pocketbase/models (invalid package name: "")
|
Lint
Process completed with exit code 1.
|
Lint:
pocketbase/feature/feature.go#L29
exported type KeypairoomConfig should have comment or be unexported
|
Lint:
pocketbase/feature/feature.go#L33
exported type DidConfig should have comment or be unexported
|
Lint:
pocketbase/feature/feature.go#L41
exported function FetchKeypairoomConfig should have comment or be unexported
|
Lint:
pocketbase/did/did.go#L39
parameter 'req' seems to be unused, consider removing or renaming it as _
|
Lint:
pocketbase/zencode/zencode.go#L13
comment on exported var KEYPAIROOM_ZENCODE should be of the form "KEYPAIROOM_ZENCODE ..."
|
Lint:
pocketbase/did/did.go#L39
parameter 'via' seems to be unused, consider removing or renaming it as _
|
Lint:
pocketbase/feature/feature.go#L56
exported function FetchDidConfig should have comment or be unexported
|
Lint:
pocketbase/did/did.go#L19
exported type DidAgent should have comment or be unexported
|
Lint:
pocketbase/zencode/zencode.go#L16
comment on exported var PUBKEYS_REQUEST_SIGNED_ZENCODE should be of the form "PUBKEYS_REQUEST_SIGNED_ZENCODE ..."
|
Lint:
pocketbase/did/did.go#L19
type name will be used as did.DidAgent by other packages, and that stutters; consider calling this Agent
|