Dinesh Gowda

Results 4 issues of Dinesh Gowda

1. Add `Codepipeline Pipeline` searcher. 2. Add tests for the `Codepipeline Pipeline` searcher.

Here is a sample code on what i am doing. My consumers are bound by GroupIDs. I fetch the message and do some business logic on top of it. It...

If there is a bug or error in this repo, please file the issue here. dev.branch.io links return 404 Not found. Below are some of the links not working for...

### Steps to reproduce ```go package main import ( "time" "github.com/ThreeDotsLabs/watermill" "github.com/ThreeDotsLabs/watermill-googlecloud/pkg/googlecloud" "github.com/ThreeDotsLabs/watermill/message" "github.com/google/uuid" "google.golang.org/api/option" ) func main() { opts := []option.ClientOption{ option.WithCredentialsJSON([]byte("")), } cfg := googlecloud.PublisherConfig{ Marshaler: googlecloud.DefaultMarshalerUnmarshaler{}, ProjectID:...

bug