package iface type Integration interface { GetTaskInfoText(input string) string }