wip: add api auth and /resume endpoint
This commit is contained in:
parent
22e2f6005f
commit
2c6d063717
28 changed files with 2486 additions and 271 deletions
8
pkg/logger/logger.go
Normal file
8
pkg/logger/logger.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package logger
|
||||
|
||||
type Logger interface {
|
||||
Debug(msg string, params map[string]interface{})
|
||||
Info(msg string, params map[string]interface{})
|
||||
Warn(msg string, params map[string]interface{})
|
||||
Error(msg string, params map[string]interface{})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue