ratz/src/config/configfile.go

type ConfigFile

func (c ConfigFile) Key(name string) ConfigValue {}

type ConfigKey

type ConfigValue

func (c ConfigValue) String() string {}

func (c ConfigValue) Int() int {}