Home
last modified time | relevance | path

Searched refs:WrapErrorFunc (Results 1 – 15 of 15) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/
H A Dprotocol.go85 WrapError WrapErrorFunc
93 wef WrapErrorFunc
98 func newProtocolHandler(wef WrapErrorFunc) *protocolHandler { argument
116 func (h *protocolHandler) findServeHandler(name string) (*ServeHandlerDescription, WrapErrorFunc, e…
H A Dconnection.go68 wef WrapErrorFunc
80 wef WrapErrorFunc, maxFrameLength int32) ConnectionTransport { argument
92 wef WrapErrorFunc, maxFrameLength int32, dialable Dialable) ConnectionTransport { argument
213 wef WrapErrorFunc
367 wef WrapErrorFunc
401 WrapErrorFunc WrapErrorFunc member
446 wef: opts.WrapErrorFunc,
475 wef: opts.WrapErrorFunc,
502 wef: opts.WrapErrorFunc,
530 wef: opts.WrapErrorFunc,
[all …]
H A Dserver.go5 wrapError WrapErrorFunc
8 func NewServer(xp Transporter, f WrapErrorFunc) *Server { argument
H A Drequest.go11 Serve(*framedMsgpackEncoder, *ServeHandlerDescription, WrapErrorFunc) argument
73 …transmitter *framedMsgpackEncoder, handler *ServeHandlerDescription, wrapErrorFunc WrapErrorFunc) {
139 …transmitter *framedMsgpackEncoder, handler *ServeHandlerDescription, wrapErrorFunc WrapErrorFunc) {
179 …transmitter *framedMsgpackEncoder, handler *ServeHandlerDescription, wrapErrorFunc WrapErrorFunc) {
H A Dtransport.go10 type WrapErrorFunc func(error) interface{} type
70 …nn, l LogFactory, instrumenterStorage NetworkInstrumenterStorage, wef WrapErrorFunc, maxFrameLengt… argument
H A Dutil.go30 func wrapError(f WrapErrorFunc, e error) interface{} { argument
H A Dconnection_test_util.go141 WrapErrorFunc: testWrapError,
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dshared_keybase_transport.go24 WrapErrorFunc: libkb.WrapError,
H A Dbserver_remote.go86 WrapErrorFunc: libkb.WrapError,
H A Dmdserver_remote.go125 WrapErrorFunc: libkb.WrapError,
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_ping.go193 WrapErrorFunc: keybase1.WrapError,
/dports/security/keybase/client-v5.7.1/go/service/
H A Dgregor.go1569 WrapErrorFunc: libkb.MakeWrapError(g.G().ExternalG()),
1616 WrapErrorFunc: libkb.MakeWrapError(g.G().ExternalG()),
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Drpc_exim.go206 var _ rpc.WrapErrorFunc = MakeWrapError(nil)
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dextras.go1300 var _ rpc.WrapErrorFunc = WrapError
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dserver_test.go82 WrapErrorFunc: libkb.MakeWrapError(g.G().ExternalG()),