Documentation
¶
Index ¶
Constants ¶
View Source
const ( IsEq int = iota IsNewer IsOlder )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Version ¶
type Version struct {
//主版本号
Version string `json:"version"`
//内部版本号
Build int `json:"build"`
//版本标识码
Feature uint8 `json:"feature"`
}
func (*Version) BuildVersion ¶
func (*Version) CompatMain ¶
func (*Version) FeatureVersion ¶
func (*Version) MainVersion ¶
Click to show internal directories.
Click to hide internal directories.