Documentation ¶
Index ¶
- func AddWebSocketRoutes(rg *gin.RouterGroup, fh *FeedHub.FeedHub, mh *MessageHub.MessageHub, ...)
- func ConfigureRoutes(conf *c.Config, commonRepositories *cr.Repositories, fh *FeedHub.FeedHub, ...)
- type FeedID
- type FeedParticipant
- type FeedParticipantList
- type FeedPostRequest
- type LoginPostRequest
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWebSocketRoutes ¶
func AddWebSocketRoutes(rg *gin.RouterGroup, fh *FeedHub.FeedHub, mh *MessageHub.MessageHub, ch *ContactHub.ContactHub, pingInterval int)
func ConfigureRoutes ¶
func ConfigureRoutes(conf *c.Config, commonRepositories *cr.Repositories, fh *FeedHub.FeedHub, mh *MessageHub.MessageHub, ch *ContactHub.ContactHub)
Run will start the server
Types ¶
type FeedParticipant ¶
type FeedParticipant struct {
EMail string `json:"email"`
}
type FeedParticipantList ¶
type FeedParticipantList struct {
Participants []FeedParticipant `json:"participants"`
}
type FeedPostRequest ¶
type LoginPostRequest ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.