package consumers type IConsumer interface { Initial(configStr string) error Work() }