package
0.0.0-20250208085904-1b1a66c1158a
Repository: https://github.com/breadchris/share.git
Documentation: pkg.go.dev
# Packages
Package apis implements the default PocketBase api services and middlewares.
No description provided by the author
Package core is the backbone of PocketBase.
Package daos handles common PocketBase DB model manipulations.
No description provided by the author
Package models implements various services used for request data validation and applying changes to existing DB models through the app Dao.
Package mails implements various helper methods for sending user and admin emails like forgotten password, verification, etc.
Package migrations contains the system PocketBase DB migrations.
Package models implements all PocketBase DB models and DTOs.
No description provided by the author
Package resolvers contains custom search.FieldResolver implementations.
Package tests provides common helpers and mocks used in PocketBase application tests.
Package tokens implements various user and admin tokens generation methods.
No description provided by the author
Package ui handles the PocketBase Admin frontend embedding.
# Functions
New creates a new PocketBase instance with the default configuration.
NewWithConfig creates a new PocketBase instance with the provided config.
# Variables
Version of PocketBase.
# Structs
Config is the PocketBase initialization config struct.
PocketBase defines a PocketBase app launcher.