Skip to content

bavix/greeter-gripmock-embedded

Repository files navigation

Greeter

Test using gripmock SDK (embedded mock).

⚠️ Experimental SDK
This SDK is experimental and may be discontinued or never released. Use at your own risk.

Installing the dependency

go get github.com/bavix/gripmock/v3/pkg/sdk@sdk

For local development with gripmock next to this repo, add to go.mod:

replace github.com/bavix/gripmock/v3 => ../gripmock

Then run go mod tidy.

Generating helloworld

make generate

This generates helloworld/*.pb.go and timed/*.pb.go from greeter.proto and timed.proto via protoc.

Running tests

make test
# or
go test -v ./...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors