v1.0.0
This commit is contained in:
@@ -2,6 +2,8 @@ package interfaces
|
||||
|
||||
import "context"
|
||||
|
||||
// Interface for sending requests to platform
|
||||
type Caller interface {
|
||||
// DecortApiCall method for sending requests to the platform
|
||||
DecortApiCall(ctx context.Context, method, url string, params interface{}) ([]byte, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user