package tacitus type Results interface { Next() bool Value() interface{} Error() error Close() error }