responses

package
v0.0.0-...-d9b70e1 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapSlice

func MapSlice[T any, K any](in []T, mapper func(T) K) []K

Types

type Group

type Group struct {
	ID           ced.ID `json:"id"`
	Name         string `json:"name"`
	Attendees    uint8  `json:"attendees"`
	MaxAttendees uint8  `json:"max_attendees"`
	HasResponded bool   `json:"has_responded"`
}

func FromGroup

func FromGroup(group ced.Group) Group

Jump to

Keyboard shortcuts

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