api

package
v0.0.0-...-ee8a461 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiService

type ApiService struct{}

func InitApiService

func InitApiService(server *server_app.Server,
	authService *auth.AuthService,
	mmgr modemmanager.ModemManager) *ApiService

type CommonResponse

type CommonResponse struct {
	Status int         `json:"status"`
	Error  string      `json:"error"`
	Data   interface{} `json:"data"`
}

type ModemDetailedInfo

type ModemDetailedInfo struct {
}

type ModemShortInfo

type ModemShortInfo struct {
	ID string `json:"id"`
}

Jump to

Keyboard shortcuts

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