Versions in this module Expand all Collapse all v0 v0.1.40 Jun 15, 2026 v0.1.39 Jun 14, 2026 Changes in this version + func OpenAuthOnly(dbPath string) (*auth.AuthStore, *sqlx.DB, error) + type AuthToken struct + CreatedAt string + ID int64 + TokenHash string + TokenPrefix string + type Store struct + Auth *auth.AuthStore + Backup *backup.BackupStore + Cron *cron.CronStore + Health *health.HealthStore + Instances *instances.InstanceStore + KV *kvstore.KVStore + Notifications *notifications.NotificationStore + Offsite *offsite.OffsiteStore + Parameters *parameters.ParameterStore + Sqlx *sqlx.DB + func NewStore(dbPath, dataDir string) (*Store, error)