added required partitioning package installations
Some checks failed
Build / build (push) Failing after 4m53s
Some checks failed
Build / build (push) Failing after 4m53s
This commit is contained in:
9
examples/danklinux/pkg/ipp/adapter.go
Normal file
9
examples/danklinux/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