Documentation ¶
Overview ¶
Package editor serves the editor UI. It allows users to edit wiki files. Therein, it depends on more basic services like reading or writing files, access control, templating etc., which are implemented in other packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Editor ¶
type Editor struct {
// contains filtered or unexported fields
}
The Editor is a HTTP Handler that serves the editor UI. While the UI itself is implemented in a HTML template, this type implements the logic behind the UI.
Click to show internal directories.
Click to hide internal directories.