InfoService implements the api.InfoService.
| 623 | |
| 624 | // InfoService implements the api.InfoService. |
| 625 | type InfoService struct { |
| 626 | cfg *Config |
| 627 | ContentState ContentState |
| 628 | |
| 629 | api.UnimplementedInfoServiceServer |
| 630 | } |
| 631 | |
| 632 | // RegisterGRPC registers the gRPC info service. |
| 633 | func (is *InfoService) RegisterGRPC(srv *grpc.Server) { |
nothing calls this directly
no outgoing calls
no test coverage detected