Versions in this module Expand all Collapse all v2 v2.2.0 Apr 29, 2026 Changes in this version + const DeviceSql + const LogSql + const UserSql + type Device struct + CreatedAt int64 + DeletedTs int64 + UUID string + UpdatedAt int64 + type DivideArg struct + A float64 + B float64 + type DivideResult struct + C float64 + type EmptyStruct = codec.PbEmpty + type HomeResult struct + Content string + type Log struct + CreatedAt int64 + DeletedTs int64 + Id int64 + Text string + UpdatedAt int64 + type Meta struct + CreatedAt int64 + DeletedTs int64 + Hobby []string + Id mongo.ObjectId + Tags []string + Uid int64 + UpdatedAt int64 + type StatArg struct + Ts int64 + type User struct + Age int32 + CreatedAt int64 + DeletedTs int64 + Id int64 + Name string + UpdatedAt int64 Other modules containing this package github.com/xiaoenai/tp-micro github.com/xiaoenai/tp-micro/v6