Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { Baask8sService *baask8s.Service BaasmspService *baasmsp.Service ExtensionService *extension.Service RegistryService *registry.Service ResourceControlService *resourcecontrol.Service SettingsService *settings.Service TagService *tag.Service TeamMembershipService *teammembership.Service TeamService *team.Service TemplateService *template.Service UserService *user.Service VersionService *version.Service WebhookService *webhook.Service ScheduleService *schedule.Service // contains filtered or unexported fields }
Store defines the implementation of baasapi.DataStore using BoltDB as the storage system.
func (*Store) MigrateData ¶
MigrateData automatically migrate the data based on the DBVersion.
Click to show internal directories.
Click to hide internal directories.