package client import ( "galaxy/model/report" ) type Connector interface { Turn(uint, func(report.Report, error)) error }