Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dao ¶
type Service ¶
type Service interface {
// CreateOrUpdateVersion 创建或更新版本信息
CreateOrUpdateVersion(ctx context.Context, version string) error
// GetVersion 获取当前版本
GetVersion(ctx context.Context) (string, error)
// SetMenuHash 设置菜单 Hash
SetMenuHash(ctx context.Context, hash string) error
// GetMenuHash 获取菜单 Hash
GetMenuHash(ctx context.Context) (string, error)
}
func NewService ¶
Click to show internal directories.
Click to hide internal directories.