network

package
v0.0.0-...-31edc5d Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: BSD-2-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(protocol, host, port string) *Server

func (*Server) Run

func (s *Server) Run()

type ServerResponse

type ServerResponse struct {
	Conn    *net.Conn
	Payload encoding.BinaryMarshaler
}

type TimeSeriesApplicable

type TimeSeriesApplicable interface {
	Apply(*TimeSeries) (encoding.BinaryMarshaler, error)
}

type TimeSeriesOperation

type TimeSeriesOperation struct {
	Conn       *net.Conn
	TimeSeries *TimeSeries
	Operation  TimeSeriesApplicable
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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