Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotificationController ¶
type NotificationController struct {
base.APIController
}
func (*NotificationController) Create ¶
func (c *NotificationController) Create()
创建 @router / [post]
func (*NotificationController) Prepare ¶
func (c *NotificationController) Prepare()
func (*NotificationController) Publish ¶
func (c *NotificationController) Publish()
发布 @router / [put]
func (*NotificationController) Read ¶
func (c *NotificationController) Read()
用户已读 @router /subscribe [put]
func (*NotificationController) Subscribe ¶
func (c *NotificationController) Subscribe()
用户订阅 @router /subscribe [get]
func (*NotificationController) URLMapping ¶
func (c *NotificationController) URLMapping()
Click to show internal directories.
Click to hide internal directories.