Documentation
¶
Index ¶
- func EditEventMain(form contract.EditEventForm, errs url.Values, csrf string) Node
- func ErrorMain(text string) Node
- func EventCard(user *domain.User, ev *domain.Event, csrf string) Node
- func EventListPartial(user *domain.User, offset int64, events []*domain.Event, csrf string) Node
- func EventNav(user *domain.User, path, csrf string) Node
- func EventsMain(csrf string) Node
- func InviteLinkPartial(token uuid.UUID) Node
- func LoginMain(form contract.LoginForm, errs url.Values, csrf string) Node
- func Page(props PageProps) Node
- func RegisterMain(form contract.RegisterForm, errs url.Values, csrf string) Node
- func SetupMain(form contract.SetupForm, errs url.Values, csrf string) Node
- func StopWordsMain(words []string, csrf string) Node
- func TagListPartial(tags []*domain.Tag, csrf string) Node
- func TagsMain(csrf string) Node
- func UserNav(user *domain.User, children Node) Node
- func UsersListPartial(currentUser *domain.User, users []*domain.User, csrf string) Node
- func UsersMain(currentUser *domain.User, users []*domain.User, csrf string) Node
- type PageProps
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EditEventMain ¶
func EditEventMain(form contract.EditEventForm, errs url.Values, csrf string) Node
EditEventMain render the edit event page main content.
func EventListPartial ¶
EventListPartial renders the event list partial.
func EventsMain ¶
func EventsMain(csrf string) Node
EventsMain renders the events page main content.
func InviteLinkPartial ¶
InviteLinkPartial renders an invite link.
func RegisterMain ¶
func RegisterMain(form contract.RegisterForm, errs url.Values, csrf string) Node
RegisterMain renders the registration page main content.
func StopWordsMain ¶
StopWordsMain renders the stop words form.
func TagListPartial ¶
TagListPartial renders the tag list partial.
func UsersListPartial ¶
UsersListPartial renders users list partial.
Types ¶
Click to show internal directories.
Click to hide internal directories.