Skip to content

Commit

Permalink
Update doc.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vardius authored Mar 28, 2020
1 parent 64151e8 commit ba0dfbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/doc.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
Package proto contains protocol buffers for gRPC pubsub event ingestion and delivery system.
# Using gRPC client
## Publish example:
package main
import (
Expand Down Expand Up @@ -42,7 +45,9 @@ Package proto contains protocol buffers for gRPC pubsub event ingestion and deli
Payload: []byte("Hello you!"),
})
}
## Subscribe example:
package main
import (
Expand Down

0 comments on commit ba0dfbf

Please sign in to comment.