Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreakerNotifyI ¶
type BreakerNotifyI interface { GrpcUnaryClientInterceptor(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error NotifyOpen() <-chan string NotifyHalfOpen() <-chan string NotifyClose() <-chan string Close() error }
func New ¶
func New() BreakerNotifyI
Click to show internal directories.
Click to hide internal directories.