version

package
v1.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dao

type Dao interface {
	CreateOrUpdateVersion(ctx context.Context, version string) error
	GetVersion(ctx context.Context) (string, error)
}

func NewDao

func NewDao(db *mongox.Mongo) Dao

type Service

type Service interface {
	CreateOrUpdateVersion(ctx context.Context, version string) error
	GetVersion(ctx context.Context) (string, error)
}

func NewService

func NewService(dao Dao) Service

type Version

type Version struct {
	// 当前服务初始化数据版本
	CurrentVersion string `json:"current_version" bson:"current_version"`
	Ctime          int64  `bson:"ctime"`
	Utime          int64  `bson:"utime"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL