node

package
v0.14.13 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package node contains the webmesh node service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options added in v0.3.0

type Options struct {
	NodeID      types.NodeID
	Description string
	Version     version.BuildInfo
	Storage     storage.Provider
	Meshnet     meshnet.Manager
	NodeDialer  transport.NodeDialer
	Plugins     plugins.Manager
	Features    []*v1.FeaturePort
}

Options are options for the Node service.

type Server

type Server struct {
	v1.UnimplementedNodeServer
	Options
	// contains filtered or unexported fields
}

Server is the webmesh node service.

func NewServer

func NewServer(ctx context.Context, opts Options) *Server

NewServer returns a new Server. Features are used for returning what features are enabled. It is the callers responsibility to ensure those servers are registered on the node. Insecure is used to disable authorization.

func (*Server) GetStatus

func (s *Server) GetStatus(ctx context.Context, req *v1.GetStatusRequest) (*v1.Status, error)

func (*Server) NegotiateDataChannel

func (s *Server) NegotiateDataChannel(stream v1.Node_NegotiateDataChannelServer) error

Jump to

Keyboard shortcuts

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