MCPcopy Create free account
hub / github.com/astercloud/aster / generateID

Function generateID

examples/session-mysql/main.go:197–199  ·  view source on GitHub ↗

辅助函数

()

Source from the content-addressed store, hash-verified

195// 辅助函数
196
197func generateID() string {
198 return strconv.FormatInt(time.Now().UnixNano(), 10)
199}
200
201// MySQL 8.0+ JSON 高级用法
202

Callers 2

appendEventsExampleFunction · 0.70
jsonColumnExampleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected