package logic type IES interface { Index() string Create() error Search(condition map[string]interface{}) (interface{}, error) }