Documentation ¶ Index ¶ func MapSlice[T any, K any](in []T, mapper func(T) K) []K type Group func FromGroup(group ced.Group) Group 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 Source Files ¶ View all Source files group.go slice.go Click to show internal directories. Click to hide internal directories.