node

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node interface {
	NewRequest(path, method string, output any, params ...any) error
	GetURL() string
	GetNetworkID() int
}

Node network connection of node

func NewNode

func NewNode(endpoint string, networkID int) (Node, error)

NewNode initialize network connection

Jump to

Keyboard shortcuts

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