go.uber.org/yarpc@v1.72.1/encoding/thrift/thriftrw-plugin-yarpc/internal/tests/common.thrift (about)

     1  service EmptyService {}
     2  
     3  service ExtendEmpty extends EmptyService {
     4      void hello()
     5  }
     6  
     7  service BaseService {
     8      bool healthy()
     9  }
    10  
    11  service ExtendOnly extends BaseService {
    12      // A service without any functions except inherited ones
    13  }