initial commit
This commit is contained in:
9
pkg/ipp/adapter.go
Normal file
9
pkg/ipp/adapter.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package ipp
|
||||
|
||||
import "io"
|
||||
|
||||
type Adapter interface {
|
||||
SendRequest(url string, req *Request, additionalResponseData io.Writer) (*Response, error)
|
||||
GetHttpUri(namespace string, object interface{}) string
|
||||
TestConnection() error
|
||||
}
|
||||
Reference in New Issue
Block a user