| 97 | ) |
| 98 | |
| 99 | type exampleTaskService struct { |
| 100 | } |
| 101 | |
| 102 | // RegisterTTRPC allows TTRPC services to be registered with the underlying server |
| 103 | func (s *exampleTaskService) RegisterTTRPC(server *ttrpc.Server) error { |
nothing calls this directly
no outgoing calls
no test coverage detected