Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConversationView ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) StartDirect ¶
func (h *Handler) StartDirect(w http.ResponseWriter, r *http.Request)
type MemberView ¶
type MemberView struct{ ID, Name, Username, AvatarMediaID, Initial string }
type MessageView ¶
type PageData ¶
type PageData struct {
User identity.User
Conversations []ConversationView
Members []MemberView
Active *ConversationView
Messages []MessageView
CSRFToken string
}
Click to show internal directories.
Click to hide internal directories.