MCPcopy Index your code
hub / github.com/larksuite/cli / String

Method String

cmd/event/status.go:53–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51)
52
53func (s busState) String() string {
54 switch s {
55 case stateRunning:
56 return "running"
57 case stateOrphan:
58 return "orphan"
59 default:
60 return "not_running"
61 }
62}
63
64// appStatus bundles one AppID's derived status; State picks which fields are meaningful.
65type appStatus struct {

Calls

no outgoing calls