Home
last modified time | relevance | path

Searched refs:JSONMarshal (Results 1 – 25 of 132) sorted by relevance

123456

/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/drpchttp/
H A Dmarshal.go14 func JSONMarshal(msg drpc.Message, enc drpc.Encoding) ([]byte, error) { func
16 JSONMarshal(msg drpc.Message) ([]byte, error)
18 return enc.JSONMarshal(msg)
H A DREADME.md17 #### func JSONMarshal
20 func JSONMarshal(msg drpc.Message, enc drpc.Encoding) ([]byte, error)
22 JSONMarshal looks for a JSONMarshal method on the encoding and calls that if it
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/drpchttp/
H A Doptions.go63 marshal: JSONMarshal,
79 marshal: JSONMarshal,
95 marshal: JSONMarshal,
H A Dencoding.go30 func JSONMarshal(msg drpc.Message, enc drpc.Encoding) ([]byte, error) { func
32 JSONMarshal(msg drpc.Message) ([]byte, error)
34 return enc.JSONMarshal(msg)
H A DREADME.md17 #### func JSONMarshal
20 func JSONMarshal(msg drpc.Message, enc drpc.Encoding) ([]byte, error)
22 JSONMarshal looks for a JSONMarshal method on the encoding and calls that if it
/dports/net/ooni-mini/probe-engine-0.23.0/experiment/dash/
H A Dcollect.go16 JSONMarshal(v interface{}) ([]byte, error) methodSpec
26 data, err := deps.JSONMarshal(results)
H A Dnegotiate.go16 JSONMarshal(v interface{}) ([]byte, error) methodSpec
27 data, err := deps.JSONMarshal(negotiateRequest{DASHRates: defaultRates})
H A Dfake_test.go26 func (d FakeDeps) JSONMarshal(v interface{}) ([]byte, error) { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/experiment/dash/
H A Dcollect.go16 JSONMarshal(v interface{}) ([]byte, error) methodSpec
26 data, err := deps.JSONMarshal(results)
H A Dnegotiate.go16 JSONMarshal(v interface{}) ([]byte, error) methodSpec
27 data, err := deps.JSONMarshal(negotiateRequest{DASHRates: defaultRates})
H A Dfake_test.go26 func (d FakeDeps) JSONMarshal(v interface{}) ([]byte, error) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/internal/integration/customencoding/
H A Dcustomencoding.go26 func JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/internal/integration/customencoding/
H A Dcustomencoding.go26 func JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/AndreasBriese/bbloom/
H A DREADME.md4 package implements a fast bloom filter with real 'bitset' and JSONMarshal/JSONUnmarshal to store/re…
90 Json := bf.JSONMarshal()
95 Json = bf.JSONMarshal()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/AndreasBriese/bbloom/
H A DREADME.md4 package implements a fast bloom filter with real 'bitset' and JSONMarshal/JSONUnmarshal to store/re…
90 Json := bf.JSONMarshal()
95 Json = bf.JSONMarshal()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-swagger/go-swagger/cmd/swagger/commands/diff/
H A Dreporting.go111 func JSONMarshal(t interface{}) ([]byte, error) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/internal/integration/customservice/
H A Dservice_drpc.pb.go25 func (drpcEncoding_File_service_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
26 return customencoding.JSONMarshal(msg)
/dports/net/storj/storj-1.45.3/vendor/storj.io/drpc/internal/integration/customservice/
H A Dservice_drpc.pb.go25 func (drpcEncoding_File_service_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
26 return customencoding.JSONMarshal(msg)
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/pb/
H A Dcertificate_drpc.pb.go29 func (drpcEncoding_File_certificate_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
H A Dgatewayauth_drpc.pb.go29 func (drpcEncoding_File_gatewayauth_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/examples/drpc/pb/
H A Dsesamestreet_drpc.pb.go30 func (drpcEncoding_File_sesamestreet_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/examples/drpc_and_http/pb/
H A Dsesamestreet_drpc.pb.go30 func (drpcEncoding_File_sesamestreet_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/drpc/examples/grpc_and_drpc/pb/
H A Dsesamestreet_drpc.pb.go30 func (drpcEncoding_File_sesamestreet_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/storj/storj-1.45.3/private/crashreportpb/
H A Dcrashreport_drpc.pb.go29 func (drpcEncoding_File_crashreport_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func
/dports/net/storj/storj-1.45.3/satellite/internalpb/
H A Ddelegated_repair_drpc.pb.go29 func (drpcEncoding_File_delegated_repair_proto) JSONMarshal(msg drpc.Message) ([]byte, error) { func

123456