Skip to content

Commit

Permalink
Check-in Mocks (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpetersen authored May 4, 2022
1 parent 3203f6b commit 7259e50
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
vault-demo
mocks/
cover.out
cover.html
.DS_Store
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1] - 2022-05-04
### Added
- Generated mocks in order for the package to be usable

## [0.0.0] - 2022-05-04
### Added
- Initial release
62 changes: 62 additions & 0 deletions api/mocks/API.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions auth/mocks/Method.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions auth/mocks/TokenManager.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7259e50

Please sign in to comment.