Skip to content

Commit

Permalink
add start
Browse files Browse the repository at this point in the history
  • Loading branch information
kecci committed Jul 16, 2022
1 parent 9c850b1 commit f0b8219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iqplus/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ type (
IqPlusConn interface {
Close() error
SetHanlder(fn func())
Start()
CheckCon(line string) error
ReadLine() (string, error)
ReadRecord() (RecordType, error)
Expand Down

0 comments on commit f0b8219

Please sign in to comment.