Versions in this module Expand all Collapse all v0 v0.0.1 Feb 15, 2025 Changes in this version + type Core struct + IsMigrate *bool + func NewCore(store Storer) Core + func (c Core) IsAutoMigrate(currentVer string) bool + func (c Core) RecordVersion(currentVer, remark string) error + type Storer interface + Add func(*Version) error + First func(*Version) error + type Version struct + Remark string + Version string + func (*Version) TableName() string