connector interface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import (
|
||||
"galaxy/model/report"
|
||||
)
|
||||
|
||||
type Connector interface {
|
||||
Turn(uint, func(report.Report, error)) error
|
||||
}
|
||||
Reference in New Issue
Block a user