Use type aliases for different ID types and add puppet type

This commit is contained in:
Tulir Asokan
2018-08-17 00:11:28 +03:00
parent 141eba644b
commit edd4f817e4
13 changed files with 325 additions and 189 deletions

View File

@ -38,6 +38,8 @@ type Config struct {
URI string `yaml:"uri"`
} `yaml:"database"`
StateStore string `yaml:"state_store_path"`
ID string `yaml:"id"`
Bot struct {
Username string `yaml:"username"`