Very initial beginning of languages implementation

This commit is contained in:
Daniel Oaks 2018-01-21 16:11:16 +10:00
parent cf53d27615
commit ba77a95c81
4 changed files with 26 additions and 1 deletions

View file

@ -167,6 +167,11 @@ type Config struct {
ConnectionThrottler connection_limits.ThrottlerConfig `yaml:"connection-throttling"`
}
Languages struct {
Enabled bool
Path string
}
Datastore struct {
Path string
}