Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func NewHandlers ¶
func (*Handlers) SetupRoutes ¶
func (h *Handlers) SetupRoutes(r *chi.Mux)
type InCreateGroup ¶
type InCreateMsg ¶
type InCreateMsg struct {
Message *string `json:"message"`
}
type InUpdateGroup ¶
type OutCreateGroup ¶
type OutGetGroup ¶
type OutGetGroup struct { model.Base Name string `json:"name"` Description string `json:"description"` ImageURL string `json:"image_url"` Joined bool `json:"joined"` Notification bool `json:"notification"` OwnerID uint `json:"owner_id"` Owner *model.User `json:"owner"` Memberships []*model.Membership `json:"memberships"` }
type OutListGroups ¶
Click to show internal directories.
Click to hide internal directories.