Documentation ¶
Overview ¶
Package wopi implements communication with the backend via the WOPI API. It typically enables integration of the Collabora online plugin.
Package wopi serve files using the WOPI protocol
Index ¶
- func Auth(inner http.Handler) http.Handler
- func Download(w http.ResponseWriter, r *http.Request)
- func GetNodeInfos(w http.ResponseWriter, r *http.Request)
- func Index(w http.ResponseWriter, r *http.Request)
- func Logger(inner http.Handler, name string) http.Handler
- func NewRouter() *mux.Router
- func UploadStream(w http.ResponseWriter, r *http.Request)
- type File
- type Route
- type Routes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNodeInfos ¶
func GetNodeInfos(w http.ResponseWriter, r *http.Request)
func UploadStream ¶
func UploadStream(w http.ResponseWriter, r *http.Request)
Types ¶
Click to show internal directories.
Click to hide internal directories.