Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearSession ¶
func ClearSession() error
func DeleteKrankenfahrt ¶
func DeleteUser ¶
func UndoAcceptKrankenfahrt ¶
func UndoAcceptKrankenfahrt(fahrt Krankenfahrt) error
func UpdateKrankenfahrt ¶
func UpdateKrankenfahrt(fahrt Krankenfahrt) error
Types ¶
type Krankenfahrt ¶
type Krankenfahrt struct { Id int Description string CreatedAt time.Time AcceptedByLogin *string AcceptedAt *time.Time Finished bool }
func CreateKrankenfahrt ¶
func CreateKrankenfahrt(desc string) (Krankenfahrt, error)
func GetKrankenfahrt ¶
func GetKrankenfahrt(id int) (Krankenfahrt, error)
func GetKrankenfahrten ¶
func GetKrankenfahrten() ([]Krankenfahrt, error)
type User ¶
func GetUserById ¶
Click to show internal directories.
Click to hide internal directories.