MCPcopy Create free account
hub / github.com/bytebase/bytebase / Services

Method Services

backend/api/mcp/openapi_index.go:302–304  ·  view source on GitHub ↗

Services returns the list of all services.

()

Source from the content-addressed store, hash-verified

300
301// Services returns the list of all services.
302func (idx *OpenAPIIndex) Services() []string {
303 return idx.services
304}
305
306// GetEndpoint returns the endpoint info for the given operation ID.
307// Supports both full format (bytebase.v1.SQLService.Query) and short format (SQLService/Query).

Callers 15

formatServiceListMethod · 0.80
NewSheetServiceClientFunction · 0.80
NewSheetServiceHandlerFunction · 0.80
NewRolloutServiceClientFunction · 0.80
NewRolloutServiceHandlerFunction · 0.80
NewIssueServiceClientFunction · 0.80
NewIssueServiceHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected