MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / String

Method String

module/strategy/dto/enum.go:16–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type Scope int
15
16func (s Scope) String() string {
17 switch s {
18 case 0:
19 return ScopeGlobal
20 case 1:
21 return ScopeTeam
22 case 2:
23 return ScopeService
24 default:
25 return ScopeGlobal
26 }
27}
28
29func (s Scope) Int() int {
30 return int(s)

Callers 15

ToPublishMethod · 0.45
SearchMethod · 0.45
OnlineMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
ServicesMethod · 0.45
InvokeMethod · 0.45
initGatewayMethod · 0.45
ToKeyMapFunction · 0.45
SubscribeMethod · 0.45
ServiceDetailMethod · 0.45
ServicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected