Files
sonr/internal/dwn/front/scripts/api.go
T
Prad NukalaandGitHub a115b79db7 feature/dwn echo middleware (#17)
* refactor: remove indexedDB dependency and replace with browser filesystem

* refactor: remove unused layout templating from global block

* feat: add support for building from source

* feat: add Credential creation and retrieval via Dexie database

* feat: add breadcrumbs component
2024-09-19 19:09:01 -04:00

7 lines
78 B
Go

package scripts
type (
DatabaseAPI interface{}
NavigatorAPI interface{}
)