node

package
v0.0.0-...-384ce83 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package node will be responsible for maintaining all the code with respect to a single node. Each node can be started, destroyed and maintained from this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

Start begins the node's operation as a http server.

Types

type Node

type Node interface {
	// Start starts up the node by initialising the necessary data/
	Start() error
}

Node describes the elements of a node of the distributed lockservice. This

Jump to

Keyboard shortcuts

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