Speichere Konfiguration in config/config.json
This commit is contained in:
parent
43b3631da2
commit
c38286bcc5
14 changed files with 249 additions and 78 deletions
|
@ -11,8 +11,6 @@ type Request struct {
|
|||
const RequestActivate int = 1
|
||||
const RequestDelete int = 2
|
||||
|
||||
const SecretLength int = 15
|
||||
|
||||
type RequestRepository interface {
|
||||
Add(officeHour OfficeHour, action int) (int, error)
|
||||
FindBySecret(secret string) (Request, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue