Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Jul 7, 2024
1 parent 832a0a2 commit 6c4a45a
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 6c4a45a

Please sign in to comment.