ignore

package
v0.0.0-...-4b21e95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalendarResponse

type CalendarResponse struct {
	EventID   int    `json:"eventID"`
	UserID    int    `json:"userID"`
	Available []Time `json:"available"`
}

type Option

type Option struct {
	Time      Time    `json:"time"`
	Latitude  float32 `json:"latitude"`
	Longitude float32 `json:"longitude"`
	Address   string  `json:"address"`
}

type OptionsResponse

type OptionsResponse struct {
	EventID int      `json:"eventID"`
	UserID  int      `json:"userID"`
	Options []Option `json:"options"`
}

type Time

type Time struct {
	Start string `json:"start"`
	End   string `json:"end"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL