Home
last modified time | relevance | path

Searched refs:ErrorUnwrapper (Results 1 – 13 of 13) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/
H A Dclient.go15 errorUnwrapper ErrorUnwrapper
22 func NewClient(xp Transporter, u ErrorUnwrapper, argument
29 func NewClientWithSendNotifier(xp Transporter, u ErrorUnwrapper, argument
H A Dcall.go19 errorUnwrapper ErrorUnwrapper
38 ctype CompressionType, u ErrorUnwrapper, instrumenter *NetworkInstrumenter) *call {
H A Dconnection.go364 errorUnwrapper ErrorUnwrapper
432 errorUnwrapper ErrorUnwrapper, argument
461 errorUnwrapper ErrorUnwrapper, argument
488 errorUnwrapper ErrorUnwrapper, argument
515 errorUnwrapper ErrorUnwrapper, argument
544 errorUnwrapper ErrorUnwrapper, argument
552 transport ConnectionTransport, errorUnwrapper ErrorUnwrapper, argument
591 transport ConnectionTransport, errorUnwrapper ErrorUnwrapper, argument
H A Ddispatch.go11 ctype CompressionType, u ErrorUnwrapper, sendNotifier SendNotifier) error argument
53 ctype CompressionType, u ErrorUnwrapper, sendNotifier SendNotifier) error {
H A Dprotocol.go77 type ErrorUnwrapper interface { interface
H A Dconnection_test_util.go93 var _ ErrorUnwrapper = testErrorUnwrapper{}
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dshared_keybase_transport.go29 handler, transport, libkb.ErrorUnwrapper{},
H A Dkbfs_service.go21 var _ rpc.ErrorUnwrapper = KBFSErrorUnwrapper{}
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Drpc_exim.go208 type ErrorUnwrapper struct { struct
212 func NewContextifiedErrorUnwrapper(g *GlobalContext) ErrorUnwrapper {
213 return ErrorUnwrapper{NewContextified(g)}
217 func (c ErrorUnwrapper) MakeArg() interface{} { argument
221 func (c ErrorUnwrapper) UnwrapError(arg interface{}) (appError error, dispatchError error) { argument
231 var _ rpc.ErrorUnwrapper = NewContextifiedErrorUnwrapper(nil)
232 var _ rpc.ErrorUnwrapper = ErrorUnwrapper{}
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_ping.go196 keybase1.ErrorUnwrapper{},
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsblock/
H A Dserver_errors.go287 var _ rpc.ErrorUnwrapper = ServerErrorUnwrapper{}
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsmd/
H A Dserver_errors.go420 var _ rpc.ErrorUnwrapper = ServerErrorUnwrapper{}
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dextras.go1308 type ErrorUnwrapper struct { struct
1314 func (eu ErrorUnwrapper) MakeArg() interface{} { argument
1320 func (eu ErrorUnwrapper) UnwrapError(arg interface{}) (appError, dispatchError error) { argument
1345 var _ rpc.ErrorUnwrapper = ErrorUnwrapper{}