Skip to content

Commit

Permalink
Add clode method on Transceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien GLON committed Aug 31, 2016
1 parent a43191d commit be43bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transceiver/Tranceiver.go
Expand Up @@ -7,5 +7,6 @@ import (

type Transceiver interface {
Transceive(request []bytes.Buffer) ([]io.Reader, error)
Close() (err error)

}
}

0 comments on commit be43bd9

Please sign in to comment.