package iface type Integration interface { GetTaskInfo(input string) (int, string) PushVoteResult(id int, result float64) error }