node

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2023 License: Apache-2.0 Imports: 18 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 {
	Raft       raft.Raft
	WireGuard  wireguard.Interface
	NodeDialer transport.NodeDialer
	Plugins    plugins.Manager
	Features   []v1.Feature
	NetworkV4  netip.Prefix
	NetworkV6  netip.Prefix
}

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(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