api

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Friday

type Friday struct {
	ID        string    `jsonapi:"primary,friday"`
	StartTime time.Time `jsonapi:"attr,start_time"`
	Details   string    `jsonapi:"attr,details"`
	Guests    []*Guest  `jsonapi:"relation,guests"`
}
func (f *Friday) JSONAPILinks() *jsonapi.Links

type Guest

type Guest struct {
	ID    string `jsonapi:"primary,guest"`
	Email string `jsonapi:"attr,email"`
	Name  string `jsonapi:"attr,name,omitempty"`
}

Jump to

Keyboard shortcuts

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