blob: 0e975a932492efcf11c35e7d9b9ffd410747627c [file] [log] [blame]
pkg stress, func StressClient(string) StressClientStub
pkg stress, func StressServer(StressServerMethods) StressServerStub
pkg stress, method (*StressSumStreamServerCallStub) Init(rpc.StreamServerCall)
pkg stress, method (*StressSumStreamServerCallStub) RecvStream() interface { Advance() bool; Value() SumArg; Err() error;}
pkg stress, method (*StressSumStreamServerCallStub) SendStream() interface { Send(item []byte) error;}
pkg stress, type StressClientMethods interface { Echo, GetSumStats, Stop, Sum, SumStream }
pkg stress, type StressClientMethods interface, Echo(*context.T, []byte, ...rpc.CallOpt) ([]byte, error)
pkg stress, type StressClientMethods interface, GetSumStats(*context.T, ...rpc.CallOpt) (SumStats, error)
pkg stress, type StressClientMethods interface, Stop(*context.T, ...rpc.CallOpt) error
pkg stress, type StressClientMethods interface, Sum(*context.T, SumArg, ...rpc.CallOpt) ([]byte, error)
pkg stress, type StressClientMethods interface, SumStream(*context.T, ...rpc.CallOpt) (StressSumStreamClientCall, error)
pkg stress, type StressClientStub interface { Echo, GetSumStats, Stop, Sum, SumStream }
pkg stress, type StressClientStub interface, Echo(*context.T, []byte, ...rpc.CallOpt) ([]byte, error)
pkg stress, type StressClientStub interface, GetSumStats(*context.T, ...rpc.CallOpt) (SumStats, error)
pkg stress, type StressClientStub interface, Stop(*context.T, ...rpc.CallOpt) error
pkg stress, type StressClientStub interface, Sum(*context.T, SumArg, ...rpc.CallOpt) ([]byte, error)
pkg stress, type StressClientStub interface, SumStream(*context.T, ...rpc.CallOpt) (StressSumStreamClientCall, error)
pkg stress, type StressServerMethods interface { Echo, GetSumStats, Stop, Sum, SumStream }
pkg stress, type StressServerMethods interface, Echo(*context.T, rpc.ServerCall, []byte) ([]byte, error)
pkg stress, type StressServerMethods interface, GetSumStats(*context.T, rpc.ServerCall) (SumStats, error)
pkg stress, type StressServerMethods interface, Stop(*context.T, rpc.ServerCall) error
pkg stress, type StressServerMethods interface, Sum(*context.T, rpc.ServerCall, SumArg) ([]byte, error)
pkg stress, type StressServerMethods interface, SumStream(*context.T, StressSumStreamServerCall) error
pkg stress, type StressServerStub interface { Describe__, Echo, GetSumStats, Stop, Sum, SumStream }
pkg stress, type StressServerStub interface, Describe__() []rpc.InterfaceDesc
pkg stress, type StressServerStub interface, Echo(*context.T, rpc.ServerCall, []byte) ([]byte, error)
pkg stress, type StressServerStub interface, GetSumStats(*context.T, rpc.ServerCall) (SumStats, error)
pkg stress, type StressServerStub interface, Stop(*context.T, rpc.ServerCall) error
pkg stress, type StressServerStub interface, Sum(*context.T, rpc.ServerCall, SumArg) ([]byte, error)
pkg stress, type StressServerStub interface, SumStream(*context.T, *StressSumStreamServerCallStub) error
pkg stress, type StressServerStubMethods interface { Echo, GetSumStats, Stop, Sum, SumStream }
pkg stress, type StressServerStubMethods interface, Echo(*context.T, rpc.ServerCall, []byte) ([]byte, error)
pkg stress, type StressServerStubMethods interface, GetSumStats(*context.T, rpc.ServerCall) (SumStats, error)
pkg stress, type StressServerStubMethods interface, Stop(*context.T, rpc.ServerCall) error
pkg stress, type StressServerStubMethods interface, Sum(*context.T, rpc.ServerCall, SumArg) ([]byte, error)
pkg stress, type StressServerStubMethods interface, SumStream(*context.T, *StressSumStreamServerCallStub) error
pkg stress, type StressSumStreamClientCall interface { Finish, RecvStream, SendStream }
pkg stress, type StressSumStreamClientCall interface, Finish() error
pkg stress, type StressSumStreamClientCall interface, RecvStream() interface { Advance() bool;; Value() []byte;; Err() error;}
pkg stress, type StressSumStreamClientCall interface, SendStream() interface { Send(item SumArg) error;; Close() error;}
pkg stress, type StressSumStreamClientStream interface { RecvStream, SendStream }
pkg stress, type StressSumStreamClientStream interface, RecvStream() interface { Advance() bool;; Value() []byte;; Err() error;}
pkg stress, type StressSumStreamClientStream interface, SendStream() interface { Send(item SumArg) error;; Close() error;}
pkg stress, type StressSumStreamServerCall interface { GrantedBlessings, LocalEndpoint, RecvStream, RemoteEndpoint, Security, SendStream, Server, Suffix }
pkg stress, type StressSumStreamServerCall interface, GrantedBlessings() security.Blessings
pkg stress, type StressSumStreamServerCall interface, LocalEndpoint() naming.Endpoint
pkg stress, type StressSumStreamServerCall interface, RecvStream() interface { Advance() bool;; Value() SumArg;; Err() error;}
pkg stress, type StressSumStreamServerCall interface, RemoteEndpoint() naming.Endpoint
pkg stress, type StressSumStreamServerCall interface, Security() security.Call
pkg stress, type StressSumStreamServerCall interface, SendStream() interface { Send(item []byte) error;}
pkg stress, type StressSumStreamServerCall interface, Server() Server
pkg stress, type StressSumStreamServerCall interface, Suffix() string
pkg stress, type StressSumStreamServerCallStub struct
pkg stress, type StressSumStreamServerCallStub struct, embedded rpc.StreamServerCall
pkg stress, type StressSumStreamServerStream interface { RecvStream, SendStream }
pkg stress, type StressSumStreamServerStream interface, RecvStream() interface { Advance() bool;; Value() SumArg;; Err() error;}
pkg stress, type StressSumStreamServerStream interface, SendStream() interface { Send(item []byte) error;}
pkg stress, type SumArg struct
pkg stress, type SumArg struct, ABool bool
pkg stress, type SumArg struct, AInt64 int64
pkg stress, type SumArg struct, AListOfBytes []byte
pkg stress, type SumStats struct
pkg stress, type SumStats struct, BytesRecv uint64
pkg stress, type SumStats struct, BytesSent uint64
pkg stress, type SumStats struct, SumCount uint64
pkg stress, type SumStats struct, SumStreamCount uint64
pkg stress, var StressDesc rpc.InterfaceDesc