package
Version:
v0.0.0-...-d19532d
Opens a new window with list of versions in this module.
Published: Jul 7, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APM interface {
Start()
Stop()
Middleware() echo.MiddlewareFunc
}
type IMessagesService interface {
GetMessage(messages ...[]string) (msg string)
}
type ITrilaterationService interface {
GetLocation(distances ...float64) (x, y float64)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.