ipfsController

package
v0.1.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultPinMode = api.PinModeRecursive

Variables

This section is empty.

Functions

func GetClusterController

func GetClusterController() (ipfsController, error)

Types

type ControllerError

type ControllerError struct {
	Type ErrorType
	Err  error
}

func (*ControllerError) Error

func (r *ControllerError) Error() string

type ErrorType

type ErrorType string
const (
	INVALID_CID      ErrorType = "invalid_cid"
	INVALID_ORIGINS  ErrorType = "invalid_origins"
	CONNECTION_ERROR ErrorType = "connection_error"
	PIN_ERROR        ErrorType = "pin_error"
	UNPIN_ERROR      ErrorType = "unpin_error"
)

List of Status

Jump to

Keyboard shortcuts

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