Documentation ¶ Index ¶ type Alice func NewAlice(conn *grpc.ClientConn) *Alice func (a *Alice) Close() func (a *Alice) InvokeBinding(ctx context.Context, in *dapr.InvokeBindingRequest) error type Bob func NewBob(lis net.Listener) *Bob func (b *Bob) GracefulStop() func (b *Bob) Start() error func (b *Bob) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Alice ¶ type Alice struct { // contains filtered or unexported fields } func NewAlice ¶ func NewAlice(conn *grpc.ClientConn) *Alice func (*Alice) Close ¶ func (a *Alice) Close() func (*Alice) InvokeBinding ¶ func (a *Alice) InvokeBinding(ctx context.Context, in *dapr.InvokeBindingRequest) error type Bob ¶ type Bob struct { daprd.Server // contains filtered or unexported fields } func NewBob ¶ func NewBob(lis net.Listener) *Bob func (*Bob) GracefulStop ¶ func (b *Bob) GracefulStop() func (*Bob) Start ¶ func (b *Bob) Start() error func (*Bob) Stop ¶ func (b *Bob) Stop() Source Files ¶ View all Source files alice.go bob.go Click to show internal directories. Click to hide internal directories.