Merge 'dev' into 'main'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package interfaces
|
||||
|
||||
import "context"
|
||||
|
||||
type Caller interface {
|
||||
DecortApiCall(ctx context.Context, method, url string, params interface{}) ([]byte, error)
|
||||
}
|
||||
package interfaces
|
||||
|
||||
import "context"
|
||||
|
||||
type Caller interface {
|
||||
DecortApiCall(ctx context.Context, method, url string, params interface{}) ([]byte, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user