Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ Name
Method
Name
service/permit-type/type.go:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
return
fmt.Sprint(p.Name(),
":"
, v)
55
}
56
func
(p PermitType) Name() string {
57
return
names[p]
58
}
59
func
(p PermitType) Tag() string {
60
return
tags[p]
61
}
Callers
2
MarshalJSON
Method · 0.95
KeyOf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected