Use tmsp.Client interface

This commit is contained in:
Jae Kwon
2016-03-24 10:42:05 -07:00
parent c3980cb165
commit a8ee0377d5
8 changed files with 16 additions and 163 deletions

View File

@@ -8,7 +8,7 @@ import (
// the application in general is not meant to be interfaced
// with concurrent callers.
type remoteAppConn struct {
*tmspcli.Client
tmspcli.Client
}
func NewRemoteAppConn(addr string) (*remoteAppConn, error) {