Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultController ¶
type DefaultController struct {
feedify.Controller
}
type LongPollingController ¶
type LongPollingController struct {
DefaultController
}
func (*LongPollingController) Fetch ¶
func (this *LongPollingController) Fetch()
func (*LongPollingController) Join ¶
func (this *LongPollingController) Join()
func (*LongPollingController) Post ¶
func (this *LongPollingController) Post()
type SSEController ¶
type SSEController struct {
DefaultController
}
func (*SSEController) Join ¶
func (this *SSEController) Join()
func (*SSEController) Post ¶
func (this *SSEController) Post()
type WebSocketController ¶
type WebSocketController struct {
DefaultController
}
func (*WebSocketController) Join ¶
func (this *WebSocketController) Join()
Click to show internal directories.
Click to hide internal directories.