package
Version:
v0.0.0-...-5fa07e8
Opens a new window with list of versions in this module.
Published: Aug 28, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Reservation struct {
ReservistID string `json:"reservist_id"`
From time.Time `json:"from"`
To time.Time `json:"to"`
}
type Room struct {
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.