mirror of
https://github.com/volatiletech/authboss.git
synced 2024-11-24 08:42:17 +02:00
Add mock logger
This commit is contained in:
parent
f594d1d556
commit
563fd622be
@ -203,3 +203,8 @@ func (m mockEmailRenderer) Render(ctx context.Context, name string, data HTMLDat
|
||||
panic("shouldn't get here")
|
||||
}
|
||||
}
|
||||
|
||||
type mockLogger struct{}
|
||||
|
||||
func (m mockLogger) Info(s string) {}
|
||||
func (m mockLogger) Error(s string) {}
|
||||
|
Loading…
Reference in New Issue
Block a user