Services returns the list of all services.
()
| 300 | |
| 301 | // Services returns the list of all services. |
| 302 | func (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). |
no outgoing calls
no test coverage detected