Documentation ¶
Overview ¶
Package meta supplies the user with a
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Password string DataDir string EnableWiki bool EnableMedia bool EnablePastes bool }
Config is the config that is passed to NewMeta
type Meta ¶
type Meta struct { Conf Config // contains filtered or unexported fields }
Meta is the meta handler, it should be everything that is needed to have muxwiki imported in other projects main.go is used just for the standalone application
Click to show internal directories.
Click to hide internal directories.