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

Struct APIKey

service/system-apikey/model.go:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type APIKey struct {
10 Id string
11 Name string
12 Value string
13 Creator string
14 Updater string
15 CreateAt time.Time
16 UpdateAt time.Time
17 Expired int64
18}
19
20type Create struct {
21 Id string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected