Skip to content

Commit

Permalink
Merge pull request #5 from jalapeno-api-gateway/add-mocks
Browse files Browse the repository at this point in the history
Add mock files
  • Loading branch information
severindellsperger authored Jul 16, 2024
2 parents abfd218 + 47b8716 commit 271b0d3
Show file tree
Hide file tree
Showing 5 changed files with 2,509 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The JAGW-Go repository contains a Go client library for interacting with the Jal

## Documentation
Go reference is available at https://pkg.go.dev/github.com/jalapeno-api-gateway/jagw-go. More documentation can be found under https://jalapeno-api-gateway.github.io/jagw.
The mock files are generated with https://github.com/uber-go/mock.

## Example
Here is a list of code examples with short description of demonstrated JAGW-Go functionality:
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/jalapeno-api-gateway/jagw-go
go 1.18

require (
go.uber.org/mock v0.4.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.2
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU=
go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc=
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
Expand Down
Loading

0 comments on commit 271b0d3

Please sign in to comment.