Installation v3.7.0
WARNING
⚠️ EXPERIMENTAL FEATURE: The GripMock Embedded SDK is currently experimental. The API is subject to change without notice, and functionality may be modified in future versions. Use at your own risk.
INFO
Minimum Requirements: Go 1.26 or later
Add GripMock SDK to your Go project:
bash
go get github.com/bavix/gripmock/v3/pkg/sdkPrerequisites
- Go 1.26 or later
- Protocol Buffer files (.proto) for your gRPC services
Import
Import the SDK in your Go code:
go
import sdk "github.com/bavix/gripmock/v3/pkg/sdk"WARNING
⚠️ EXPERIMENTAL FEATURE: The GripMock Embedded SDK is currently experimental. The API is subject to change without notice, and functionality may be modified in future versions. Use at your own risk.