Add periods to docs (#10068)
Этот коммит содержится в:
коммит произвёл
Jesse Hallam
родитель
fa6f7f3a62
Коммит
343a1d67e9
@@ -422,9 +422,9 @@ type API interface {
|
||||
KVList(page, perPage int) ([]string, *model.AppError)
|
||||
|
||||
// PublishWebSocketEvent sends an event to WebSocket connections.
|
||||
// event is the type and will be prepended with "custom_<pluginid>_"
|
||||
// payload is the data sent with the event. Interface values must be primitive Go types or mattermost-server/model types
|
||||
// broadcast determines to which users to send the event
|
||||
// event is the type and will be prepended with "custom_<pluginid>_".
|
||||
// payload is the data sent with the event. Interface values must be primitive Go types or mattermost-server/model types.
|
||||
// broadcast determines to which users to send the event.
|
||||
PublishWebSocketEvent(event string, payload map[string]interface{}, broadcast *model.WebsocketBroadcast)
|
||||
|
||||
// HasPermissionTo check if the user has the permission at system scope.
|
||||
|
||||
Ссылка в новой задаче
Block a user