• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yarpc / yarpc-go / 2608 / 4
81%
master: %

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 23 Nov 2016 12:56AM UTC
Files 109
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Nov 2016 12:50AM UTC coverage: 89.414% (-0.2%) from 89.605%
TYPE=test

push

travis-ci

web-flow
oneway - Add support for middleware (#471)


-   **Breaking**: Rename the `Interceptor` and `Filter` types to
    `UnaryInboundMiddleware` and `UnaryOutboundMiddleware` respectively.
-   **Breaking**: `yarpc.Config` now accepts middleware using the
    `InboundMiddleware` and `OutboundMiddleware` fields.

    Before:

        yarpc.Config{Interceptor: myInterceptor, Filter: myFilter}

    Now:

        yarpc.Config{
            InboundMiddleware: yarpc.InboundMiddleware{Unary: myInterceptor},
            OutboundMiddleware: yarpc.OutboundMiddleware{Unary: myFilter},
        }

-   Add support for Oneway middleware via the `OnewayInboundMiddleware` and
    `OnewayOutboundMiddleware` interfaces.

5372 of 6008 relevant lines covered (89.41%)

0.95 hits per line

Source Files on job 2608.4 (TYPE=test)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2608
  • Travis Job 2608.4
  • bfd8db8a on github
  • Prev Job for TYPE=test on dev (#2601.4)
  • Next Job for TYPE=test on dev (#2613.4)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc