viscaservice

package module
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

README

visca-service

http server with RPC endpoints to control visca cameras

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventPublisher

type EventPublisher interface {
	Publish(context.Context, RequestInfo) error
	Error(context.Context, RequestError) error
}

type RequestError

type RequestError struct {
	RequestInfo
	StatusCode int
	Error      error
}

type RequestInfo

type RequestInfo struct {
	Action   string
	SourceIP net.IP
	CameraIP net.IP
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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