interfaces

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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

type RequestWithRAM interface {
	// GetRAM returns RAM values
	GetRAM() map[string]uint64
}

Interface to valiate RAM values

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL