Add option to subscribe to mailinglist
This commit is contained in:
parent
47c546b880
commit
5c896e6a96
11 changed files with 38 additions and 22 deletions
|
@ -12,7 +12,7 @@ type Request struct {
|
|||
|
||||
const (
|
||||
RequestActivate RequestAction = iota // Fix integer to represent request for activation of an office hour.
|
||||
RequestDelete // Fix integer to represent request for deletion of an office hour.
|
||||
RequestDelete // Fix integer to represent request for deletion of an office hour.
|
||||
)
|
||||
|
||||
type RequestRepository interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue