interfaces

package
v0.0.0-...-d19532d Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APM

type APM interface {
	Start()
	Stop()
	Middleware() echo.MiddlewareFunc
}

type IMessagesService

type IMessagesService interface {
	GetMessage(messages ...[]string) (msg string)
}

type ISatelliteService

type ISatelliteService interface {
	All() ([]*request.Satellite, error)
	One(id string) (*request.Satellite, error)
	Delete(name string) error
	Save(s *request.Satellite) error
}

type ITrilaterationService

type ITrilaterationService interface {
	GetLocation(distances ...float64) (x, y float64)
}

Jump to

Keyboard shortcuts

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