handler

package
v0.0.0-...-8c278e4 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2021 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App interface {
	Handle()
}

type Client

type Client interface {
	HandleConnection(hostname string, user string)
}

type Server

type Server interface {
	HandleConnections()
	AcceptConnections()
	SetDevice(key string, con *models.Device)
	GetDevice(key string) (*models.Device, bool)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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