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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RemoveIndex

func RemoveIndex(s []int, index int) []int

Types

type Calendar

type Calendar struct {
	EventID   int
	UserID    int
	Available []struct {
		// contains filtered or unexported fields
	}
}

func RemoveCalendar

func RemoveCalendar(s []Calendar, index int) []Calendar

type Event

type Event struct {
	EventID int
	UserIDs []int
}

func RemoveEvent

func RemoveEvent(s []Event, index int) []Event

type Location

type Location struct {
	EventID   int
	UserID    int
	Latitude  float64
	Longitude float64
	Address   string
}

func RemoveLocation

func RemoveLocation(s []Location, index int) []Location

type Options

type Options struct {
	EventID   int
	PlaceTime []struct {
		// contains filtered or unexported fields
	}
}

Jump to

Keyboard shortcuts

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