Documentation ¶
Index ¶
- Variables
- func FetchContentHandler(res http.ResponseWriter, req *http.Request)
- func IframeContentHandler(ctx App, res http.ResponseWriter, req *http.Request)
- func OnlyOfficeEventHandler(res http.ResponseWriter, req *http.Request)
- func StaticHandler(res http.ResponseWriter, req *http.Request)
- type OnlyOfficeCacheData
- type OnlyOfficeEventObject
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SECRET_KEY_DERIVATE_FOR_ONLYOFFICE string OnlyOfficeCache *cache.Cache )
Functions ¶
func FetchContentHandler ¶
func FetchContentHandler(res http.ResponseWriter, req *http.Request)
func IframeContentHandler ¶
func IframeContentHandler(ctx App, res http.ResponseWriter, req *http.Request)
func OnlyOfficeEventHandler ¶
func OnlyOfficeEventHandler(res http.ResponseWriter, req *http.Request)
func StaticHandler ¶
func StaticHandler(res http.ResponseWriter, req *http.Request)
Types ¶
type OnlyOfficeCacheData ¶
type OnlyOfficeEventObject ¶
type OnlyOfficeEventObject struct { Actions []struct { Type int `json: "type"` UserId string `json: "userid" ` } `json: "actions"` ChangesURL string `json: "changesurl"` Forcesavetype int `json: "forcesavetype"` History struct { ServerVersion string `json: "serverVersion"` Changes []struct { Created string `json: "created"` User struct { Id string `json: "id"` Name string `json: "name"` } } `json: "changes"` } `json: "history"` Key string `json: "key"` Status int `json: "status"` Url string `json: "url"` UserData string `json: "userdata"` Lastsave string `json: "lastsave"` Users []string `json: "users"` }
Click to show internal directories.
Click to hide internal directories.