Versions in this module Expand all Collapse all v1 v1.0.2 May 8, 2026 v1.0.1 Apr 9, 2026 Changes in this version + var ModuleName = "module_id" + var TableNameTbId = "tb_id" + var TableTbId = &db.Table + func Install(dbService db.IService) (err error) + func V100TbIdCreate(dbService db.IService) (err error) + type Id struct + Comment string + CreateAt int64 + Type string + UpdateAt int64 + Value int64 + func (this_ *Id) GetPrimaryKey() []string + func (this_ *Id) GetTableName() string + type IdStorage struct + DbService db.IService + func (this_ *IdStorage) StorageInsert(ctx context.Context, idType module_id.IdType, id int64) error + func (this_ *IdStorage) StorageQueryId(ctx context.Context, idType module_id.IdType) (int64, error) + func (this_ *IdStorage) StorageSave(ctx context.Context, idType module_id.IdType, id int64) error + func (this_ *IdStorage) StorageUpdate(ctx context.Context, idType module_id.IdType, id int64) error