Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { // default section Root string // root directory for zkserver Users string // user home directories Listen string // listen address and port AllowIdentify bool // identify server policy CreatePolicy string // create account server policy Directory bool // whether we keep a directory of identities MOTD string // filename to message of the day MaxAttachmentSize uint64 // maximum attachment size MaxChunkSize uint64 // maximum chunk size MaxMsgSize uint64 // maximum message size // log section LogFile string // log filename TimeFormat string // debug file time stamp format Debug bool // enable debug Trace bool // enable tracing Profiler string // go profiler link }
Settings is the collection of all zkserver settings. This is separated out in order to be able to reuse in various tests.
Click to show internal directories.
Click to hide internal directories.