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

Struct Access

initialization.go:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138type Access struct {
139 Key string
140 Group string
141 Name string
142 Cname string
143 Desc string
144}
145
146func empty(key string) *Access {
147 group, name := readKey(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected