Documentation
¶
Overview ¶
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. SPDX-License-Identifier: BSD-3-Clause-Clear
Index ¶
- Variables
- func CtxGetDevice(ctx context.Context) *storage.Device
- func NewServer(ctx context.Context, db *storage.DbHandle, fs *storage.FsHandle, ...) (server.Server, error)
- func RegisterHandlers(e *echo.Echo, storage *storage.Storage, url string)
- type AppsStates
- type ConfigFile
- type Context
- type Device
- type NetworkInfo
- type UpdateEvent
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CtxGetLog = context.CtxGetLog CtxWithLog = context.CtxWithLog )
View Source
var ( EchoError = server.EchoError ReadBody = server.ReadBody ReadJsonBody = server.ReadJsonBody ParseJsonBody = server.ParseJsonBody )
Functions ¶
Types ¶
type AppsStates ¶
type AppsStates = storage.AppsStates
type ConfigFile ¶
type ConfigFile = storage.ConfigFile
type NetworkInfo ¶
type UpdateEvent ¶
type UpdateEvent = storage.DeviceUpdateEvent
Click to show internal directories.
Click to hide internal directories.