Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller interface { // DecortApiCall method for sending requests to the platform DecortApiCall(ctx context.Context, method, url string, params interface{}) ([]byte, error) // DecortApiCallMP method for sending requests to the platform DecortApiCallMP(ctx context.Context, method, url string, params interface{}) ([]byte, error) }
Interface for sending requests to platform
type RequestWithRAM ¶ added in v1.8.0
Interface to valiate RAM values
Click to show internal directories.
Click to hide internal directories.