model

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PermDevice

type PermDevice struct {
	Id           string                 `json:"id"`
	Name         string                 `json:"name"`
	LocalId      string                 `json:"local_id"`
	DeviceTypeId string                 `json:"device_type_id"`
	Annotations  map[string]interface{} `json:"annotations"`
	OwnerId      string                 `json:"owner_id"`
}

type PermDeviceType

type PermDeviceType struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

type PermHub

type PermHub struct {
	Id          string                 `json:"id"`
	Name        string                 `json:"name"`
	DeviceIds   []string               `json:"device_ids"`
	Annotations map[string]interface{} `json:"annotations"`
}

Jump to

Keyboard shortcuts

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