api

package
v0.2.17 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertAPI added in v0.2.1

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

func NewAlertAPI added in v0.2.1

func NewAlertAPI(db db.DB) *AlertAPI

func (*AlertAPI) Router added in v0.2.1

func (a *AlertAPI) Router() http.Handler

type AttributeAPI

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

func NewAttributeAPI

func NewAttributeAPI(db db.DB) *AttributeAPI

func (*AttributeAPI) Router

func (a *AttributeAPI) Router() http.Handler

type ConfigAPI

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

func NewConfigAPI

func NewConfigAPI(db db.DB) *ConfigAPI

func (*ConfigAPI) Router

func (c *ConfigAPI) Router() http.Handler

type DeviceAPI

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

func NewDeviceAPI

func NewDeviceAPI(db db.DB) *DeviceAPI

func (*DeviceAPI) Router

func (d *DeviceAPI) Router() http.Handler

type HealthAPI

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

func NewHealthAPI

func NewHealthAPI() *HealthAPI

func (*HealthAPI) Router

func (h *HealthAPI) Router() http.Handler

type LocationAPI

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

func NewLocationAPI

func NewLocationAPI(db db.DB) *LocationAPI

func (*LocationAPI) Router

func (l *LocationAPI) Router() http.Handler

type LoginAPI

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

func NewLoginAPI

func NewLoginAPI(db db.DB) *LoginAPI

func (*LoginAPI) Router

func (l *LoginAPI) Router() http.Handler

type MessageAPI added in v0.2.1

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

func NewMessageAPI added in v0.2.1

func NewMessageAPI(db db.DB) *MessageAPI

func (*MessageAPI) Router added in v0.2.1

func (m *MessageAPI) Router() http.Handler

type OperatorAPI added in v0.2.1

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

func NewOperatorAPI added in v0.2.1

func NewOperatorAPI(db db.DB) *OperatorAPI

func (*OperatorAPI) Router added in v0.2.1

func (a *OperatorAPI) Router() http.Handler

type SensorsAPI

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

func NewSensorsAPI

func NewSensorsAPI(db db.DB) *SensorsAPI

func (*SensorsAPI) Router

func (s *SensorsAPI) Router() http.Handler

type V1API

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

func NewV1API

func NewV1API(db db.DB) *V1API

func (*V1API) Router

func (v *V1API) Router() http.Handler

type WeatherAPI

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

func NewWeatherAPI

func NewWeatherAPI(db db.DB) *WeatherAPI

func (*WeatherAPI) Router

func (c *WeatherAPI) Router() http.Handler

Jump to

Keyboard shortcuts

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