Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingConfig = errors.New("missing config")
Functions ¶
Types ¶
type ThingConfigResponse ¶
type ThingConfigResponse struct {
ThingID string `json:"thing_id,omitempty"`
GroupID string `json:"group_id,omitempty"`
Config map[string]any `json:"config,omitempty"`
}
func (ThingConfigResponse) Code ¶
func (res ThingConfigResponse) Code() int
func (ThingConfigResponse) Empty ¶
func (res ThingConfigResponse) Empty() bool
func (ThingConfigResponse) Headers ¶
func (res ThingConfigResponse) Headers() map[string]string
Click to show internal directories.
Click to hide internal directories.