func (this *esConverter) load(section *conf.Conf) { this.keys = section.StringList("keys", nil) this.typ = section.String("type", "") this.currency = section.String("currency", "") this.rang = section.IntList("range", nil) this.normalizers = section.StringList("normalizers", nil) }