Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVersionRepository ¶
func NewVersionRepository(db orm.OrmInterface, tables ...interface{}) version.Repository
Types ¶
type VersionRepository ¶
type VersionRepository struct {
// contains filtered or unexported fields
}
func (*VersionRepository) CheckVersion ¶
func (this *VersionRepository) CheckVersion() error
func (*VersionRepository) GetServerVersion ¶
func (this *VersionRepository) GetServerVersion() (*model.Version, error)
func (*VersionRepository) Upgrade ¶
func (this *VersionRepository) Upgrade() error
Click to show internal directories.
Click to hide internal directories.