Skip to content

Commit

Permalink
Merge pull request #24 from gripmock/add-godocs
Browse files Browse the repository at this point in the history
update README
  • Loading branch information
rez1dent3 committed Jul 7, 2024
2 parents f8d061b + 6c4a45a commit 1cc7983
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# stuber
# stuber

`stuber` is a Go package that uses the `github.com/bavix/gripmock` package to find stubs for gRPC requests.

The `stuber` package provides a `Budgerigar` struct that contains a searcher and toggles. The searcher is a map that stores and retrieves used stubs by their UUID. The toggles are flags that control the behavior of the `Budgerigar`.

The `Budgerigar` struct has methods to search for and return stubs based on a given query. It also has a method to add stubs to the searcher.

The `stuber` package is designed to be used in conjunction with the `github.com/bavix/gripmock` package to create a mock gRPC server.

The `stuber` package is designed to be used as a dependency in other Go projects. It is released under the MIT license.

0 comments on commit 1cc7983

Please sign in to comment.