Verbessere Dokumentation
This commit is contained in:
parent
ec24c6c4dc
commit
fe54d76ab2
14 changed files with 75 additions and 34 deletions
|
@ -8,8 +8,8 @@ type Request struct {
|
|||
Secret string
|
||||
}
|
||||
|
||||
const RequestActivate int = 1
|
||||
const RequestDelete int = 2
|
||||
const RequestActivate int = 1 // Fix integer to represent request for activation of an office hour.
|
||||
const RequestDelete int = 2 // Fix integer to represent request for deletion of an office hour.
|
||||
|
||||
type RequestRepository interface {
|
||||
Add(officeHour OfficeHour, action int) (int, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue