Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FaultClient ¶
func FaultClient(optFuncs ...CallOption) grpc.UnaryClientInterceptor
func FaultServer ¶
func FaultServer(optFuncs ...CallOption) grpc.UnaryServerInterceptor
Types ¶
type CallOption ¶
type CallOption struct { grpc.EmptyCallOption // make sure we implement private after() and before() fields so we don't panic. // contains filtered or unexported fields }
func WithAbortProbability ¶
func WithAbortProbability(probability float64) CallOption
Click to show internal directories.
Click to hide internal directories.