MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / IdValue

Method IdValue

stores/ai/model.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (i *Key) IdValue() int64 {
70 return i.Id
71}
72
73type Balance struct {
74 Id int64 `gorm:"column:id;type:BIGINT(20);AUTO_INCREMENT;NOT NULL;comment:id;primary_key;comment:主键ID;"`

Callers 1

idValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected