mirror of https://github.com/dapr/docs.git
small typo fix (#158)
This commit is contained in:
parent
a2b9b19f06
commit
4dc9995fc5
|
|
@ -146,7 +146,7 @@ func (s *server) GetTopicSubscriptions(ctx context.Context, in *empty.Empty) (*p
|
|||
}, nil
|
||||
}
|
||||
|
||||
// Dapper will call this method to get the list of bindings the app will get invoked by. In this example, we are telling Dapr
|
||||
// Dapr will call this method to get the list of bindings the app will get invoked by. In this example, we are telling Dapr
|
||||
// To invoke our app with a binding named storage
|
||||
func (s *server) GetBindingsSubscriptions(ctx context.Context, in *empty.Empty) (*pb.GetBindingsSubscriptionsEnvelope, error) {
|
||||
return &pb.GetBindingsSubscriptionsEnvelope{
|
||||
|
|
|
|||
Loading…
Reference in New Issue