Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfig ¶
type GlobalConfig struct { // MinimumFactor can enforce replication. For example, with MinimumFactor set // to 2, users can no longer create classes with a factor of 1, therefore // forcing them to have replicated classes. MinimumFactor int `json:"minimum_factor" yaml:"minimum_factor"` }
GlobalConfig represents system-wide config that may restrict settings of an individual class
Click to show internal directories.
Click to hide internal directories.