Skip to content

Commit

Permalink
Add tests for service
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jan 4, 2024
1 parent 9f5855f commit 81705cd
Show file tree
Hide file tree
Showing 8 changed files with 588 additions and 80 deletions.
2 changes: 2 additions & 0 deletions logging/log.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package logging

//go:generate mockery --name=Logging

// Logging needs to be implemented, if the internal logs should be printed
type Logging interface {
Trace(args ...interface{})
Expand Down
84 changes: 84 additions & 0 deletions logging/mocks/Logging.go

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

Loading

0 comments on commit 81705cd

Please sign in to comment.