Versions in this module Expand all Collapse all v0 v0.2.3 Mar 4, 2026 v0.2.2 Mar 4, 2026 v0.2.1 Mar 1, 2026 v0.2.0 Mar 1, 2026 v0.1.1 Feb 25, 2026 v0.1.0 Feb 25, 2026 Changes in this version + func PersonInitials(name string) string + func RecordingTypeIcon(recordingType string) string + func RecordingTypeName(recordingType string) string + func RelativeTime(t time.Time) string + func StripHTML(s string) string + type Person struct + Admin bool + AvatarURL string + Email string + ID int64 + Name string + Owner bool + PersonType string + TimeZone string + func (p Person) ToPickerDescription() string + func (p Person) ToPickerTitle() string + type Project struct + Bookmarked bool + Description string + ID int64 + Name string + Purpose string + Status string + func (p Project) ToPickerDescription() string + func (p Project) ToPickerTitle() string + type Recording struct + Content string + CreatedAt time.Time + Creator string + ID int64 + Title string + Type string + func (r Recording) ToPickerDescription() string + func (r Recording) ToPickerTitle() string