Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/APIParkLab/APIPark
/ Int
Method
Int
service/service/model.go:56–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(s Kind) Int() int {
57
switch
s {
58
case
RestService:
59
return
0
60
case
AIService:
61
return
1
62
default:
63
return
0
64
}
65
}
66
67
func
ToServiceKind(s int) Kind {
68
switch
s {
Callers
5
ServiceListByKind
Method · 0.45
SearchPublicServices
Method · 0.45
createEntityHandler
Function · 0.45
updateHandler
Function · 0.45
HandleMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected