connector interface
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package http
|
||||
|
||||
type httpConnector struct {
|
||||
}
|
||||
|
||||
func NewHttpConnector() *httpConnector {
|
||||
h := &httpConnector{}
|
||||
return h
|
||||
}
|
||||
Reference in New Issue
Block a user