(_ context.Context, _ *common.Empty)
| 42 | } |
| 43 | |
| 44 | func (s *Service) Stop(_ context.Context, _ *common.Empty) (*common.Empty, error) { |
| 45 | s.Disconnect() |
| 46 | return nil, nil |
| 47 | } |
| 48 | |
| 49 | func (s *Service) GetBaseInfo(_ context.Context, _ *common.Empty) (*common.BaseInfoResponse, error) { |
| 50 | return s.BaseInfoResponse(), nil |
nothing calls this directly
no test coverage detected