APIService sub of cluster manager api for service
| 75 | |
| 76 | // APIService sub of cluster manager api for service |
| 77 | type APIService interface { |
| 78 | GetService(ctx context.Context, args GetServiceArgs) (ServiceInfo, error) |
| 79 | } |
nothing calls this directly
no outgoing calls
no test coverage detected