operations

package
v0.0.0-...-b257a98 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteThingsDeviceIDActionsActionNameActionIDEndpoint

func DeleteThingsDeviceIDActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *DeleteThingsDeviceIDActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

DeleteThingsDeviceIDActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func DeleteThingsDeviceNameActionsActionNameActionIDEndpoint

func DeleteThingsDeviceNameActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *DeleteThingsDeviceNameActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

DeleteThingsDeviceNameActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceIDActionsActionNameActionIDEndpoint

func GetThingsDeviceIDActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceIDActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

GetThingsDeviceIDActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceIDActionsEndpoint

func GetThingsDeviceIDActionsEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceIDActionsParams) *api.Response) gin.HandlerFunc

GetThingsDeviceIDActionsEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceIDEndpoint

func GetThingsDeviceIDEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceIDParams) *api.Response) gin.HandlerFunc

GetThingsDeviceIDEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceIDPropertiesEndpoint

func GetThingsDeviceIDPropertiesEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceIDPropertiesParams) *api.Response) gin.HandlerFunc

GetThingsDeviceIDPropertiesEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceIDPropertiesPropertyNameEndpoint

func GetThingsDeviceIDPropertiesPropertyNameEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceIDPropertiesPropertyNameParams) *api.Response) gin.HandlerFunc

GetThingsDeviceIDPropertiesPropertyNameEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNameActionsActionNameActionIDEndpoint

func GetThingsDeviceNameActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNameActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNameActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNameActionsEndpoint

func GetThingsDeviceNameActionsEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNameActionsParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNameActionsEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNameEndpoint

func GetThingsDeviceNameEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNameParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNameEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNameEventsEndpoint

func GetThingsDeviceNameEventsEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNameEventsParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNameEventsEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNameEventsEventTypeEndpoint

func GetThingsDeviceNameEventsEventTypeEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNameEventsEventTypeParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNameEventsEventTypeEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNamePropertiesEndpoint

func GetThingsDeviceNamePropertiesEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNamePropertiesParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNamePropertiesEndpoint executes the core logic of the related route endpoint.

func GetThingsDeviceNamePropertiesPropertyNameEndpoint

func GetThingsDeviceNamePropertiesPropertyNameEndpoint(handler func(ctx *gin.Context, params *GetThingsDeviceNamePropertiesPropertyNameParams) *api.Response) gin.HandlerFunc

GetThingsDeviceNamePropertiesPropertyNameEndpoint executes the core logic of the related route endpoint.

func GetThingsEndpoint

func GetThingsEndpoint(handler func(ctx *gin.Context) *api.Response) gin.HandlerFunc

GetThingsEndpoint executes the core logic of the related route endpoint.

func PostThingsDeviceIDActionsEndpoint

func PostThingsDeviceIDActionsEndpoint(handler func(ctx *gin.Context, params *PostThingsDeviceIDActionsParams) *api.Response) gin.HandlerFunc

PostThingsDeviceIDActionsEndpoint executes the core logic of the related route endpoint.

func PostThingsDeviceNameActionsEndpoint

func PostThingsDeviceNameActionsEndpoint(handler func(ctx *gin.Context, params *PostThingsDeviceNameActionsParams) *api.Response) gin.HandlerFunc

PostThingsDeviceNameActionsEndpoint executes the core logic of the related route endpoint.

func PutThingsDeviceIDActionsActionNameActionIDEndpoint

func PutThingsDeviceIDActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *PutThingsDeviceIDActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

PutThingsDeviceIDActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func PutThingsDeviceIDPropertiesPropertyNameEndpoint

func PutThingsDeviceIDPropertiesPropertyNameEndpoint(handler func(ctx *gin.Context, params *PutThingsDeviceIDPropertiesPropertyNameParams) *api.Response) gin.HandlerFunc

PutThingsDeviceIDPropertiesPropertyNameEndpoint executes the core logic of the related route endpoint.

func PutThingsDeviceNameActionsActionNameActionIDEndpoint

func PutThingsDeviceNameActionsActionNameActionIDEndpoint(handler func(ctx *gin.Context, params *PutThingsDeviceNameActionsActionNameActionIDParams) *api.Response) gin.HandlerFunc

PutThingsDeviceNameActionsActionNameActionIDEndpoint executes the core logic of the related route endpoint.

func PutThingsDeviceNamePropertiesPropertyNameEndpoint

func PutThingsDeviceNamePropertiesPropertyNameEndpoint(handler func(ctx *gin.Context, params *PutThingsDeviceNamePropertiesPropertyNameParams) *api.Response) gin.HandlerFunc

PutThingsDeviceNamePropertiesPropertyNameEndpoint executes the core logic of the related route endpoint.

Types

type DeleteThingsDeviceIDActionsActionNameActionIDParams

type DeleteThingsDeviceIDActionsActionNameActionIDParams struct {

	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

DeleteThingsDeviceIDActionsActionNameActionIDParams contains all the bound params for the delete things device ID actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters DeleteThingsDeviceIDActionsActionNameActionID

func NewDeleteThingsDeviceIDActionsActionNameActionIDParams

func NewDeleteThingsDeviceIDActionsActionNameActionIDParams() *DeleteThingsDeviceIDActionsActionNameActionIDParams

NewDeleteThingsDeviceIDActionsActionNameActionIDParams creates a new DeleteThingsDeviceIDActionsActionNameActionIDParams object with the default values initialized.

type DeleteThingsDeviceNameActionsActionNameActionIDParams

type DeleteThingsDeviceNameActionsActionNameActionIDParams struct {

	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

DeleteThingsDeviceNameActionsActionNameActionIDParams contains all the bound params for the delete things device name actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters DeleteThingsDeviceNameActionsActionNameActionID

func NewDeleteThingsDeviceNameActionsActionNameActionIDParams

func NewDeleteThingsDeviceNameActionsActionNameActionIDParams() *DeleteThingsDeviceNameActionsActionNameActionIDParams

NewDeleteThingsDeviceNameActionsActionNameActionIDParams creates a new DeleteThingsDeviceNameActionsActionNameActionIDParams object with the default values initialized.

type GetThingsDeviceIDActionsActionNameActionIDParams

type GetThingsDeviceIDActionsActionNameActionIDParams struct {

	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

GetThingsDeviceIDActionsActionNameActionIDParams contains all the bound params for the get things device ID actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceIDActionsActionNameActionID

func NewGetThingsDeviceIDActionsActionNameActionIDParams

func NewGetThingsDeviceIDActionsActionNameActionIDParams() *GetThingsDeviceIDActionsActionNameActionIDParams

NewGetThingsDeviceIDActionsActionNameActionIDParams creates a new GetThingsDeviceIDActionsActionNameActionIDParams object with the default values initialized.

type GetThingsDeviceIDActionsParams

type GetThingsDeviceIDActionsParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

GetThingsDeviceIDActionsParams contains all the bound params for the get things device ID actions operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceIDActions

func NewGetThingsDeviceIDActionsParams

func NewGetThingsDeviceIDActionsParams() *GetThingsDeviceIDActionsParams

NewGetThingsDeviceIDActionsParams creates a new GetThingsDeviceIDActionsParams object with the default values initialized.

type GetThingsDeviceIDParams

type GetThingsDeviceIDParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

GetThingsDeviceIDParams contains all the bound params for the get things device ID operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceID

func NewGetThingsDeviceIDParams

func NewGetThingsDeviceIDParams() *GetThingsDeviceIDParams

NewGetThingsDeviceIDParams creates a new GetThingsDeviceIDParams object with the default values initialized.

type GetThingsDeviceIDPropertiesParams

type GetThingsDeviceIDPropertiesParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

GetThingsDeviceIDPropertiesParams contains all the bound params for the get things device ID properties operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceIDProperties

func NewGetThingsDeviceIDPropertiesParams

func NewGetThingsDeviceIDPropertiesParams() *GetThingsDeviceIDPropertiesParams

NewGetThingsDeviceIDPropertiesParams creates a new GetThingsDeviceIDPropertiesParams object with the default values initialized.

type GetThingsDeviceIDPropertiesPropertyNameParams

type GetThingsDeviceIDPropertiesPropertyNameParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
	/*Name of property
	  Required: true
	  In: path
	*/
	PropertyName string
}

GetThingsDeviceIDPropertiesPropertyNameParams contains all the bound params for the get things device ID properties property name operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceIDPropertiesPropertyName

func NewGetThingsDeviceIDPropertiesPropertyNameParams

func NewGetThingsDeviceIDPropertiesPropertyNameParams() *GetThingsDeviceIDPropertiesPropertyNameParams

NewGetThingsDeviceIDPropertiesPropertyNameParams creates a new GetThingsDeviceIDPropertiesPropertyNameParams object with the default values initialized.

type GetThingsDeviceNameActionsActionNameActionIDParams

type GetThingsDeviceNameActionsActionNameActionIDParams struct {

	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

GetThingsDeviceNameActionsActionNameActionIDParams contains all the bound params for the get things device name actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNameActionsActionNameActionID

func NewGetThingsDeviceNameActionsActionNameActionIDParams

func NewGetThingsDeviceNameActionsActionNameActionIDParams() *GetThingsDeviceNameActionsActionNameActionIDParams

NewGetThingsDeviceNameActionsActionNameActionIDParams creates a new GetThingsDeviceNameActionsActionNameActionIDParams object with the default values initialized.

type GetThingsDeviceNameActionsParams

type GetThingsDeviceNameActionsParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

GetThingsDeviceNameActionsParams contains all the bound params for the get things device name actions operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNameActions

func NewGetThingsDeviceNameActionsParams

func NewGetThingsDeviceNameActionsParams() *GetThingsDeviceNameActionsParams

NewGetThingsDeviceNameActionsParams creates a new GetThingsDeviceNameActionsParams object with the default values initialized.

type GetThingsDeviceNameEventsEventTypeParams

type GetThingsDeviceNameEventsEventTypeParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
	/*Type of event
	  Required: true
	  In: path
	*/
	EventType string
}

GetThingsDeviceNameEventsEventTypeParams contains all the bound params for the get things device name events event type operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNameEventsEventType

func NewGetThingsDeviceNameEventsEventTypeParams

func NewGetThingsDeviceNameEventsEventTypeParams() *GetThingsDeviceNameEventsEventTypeParams

NewGetThingsDeviceNameEventsEventTypeParams creates a new GetThingsDeviceNameEventsEventTypeParams object with the default values initialized.

type GetThingsDeviceNameEventsParams

type GetThingsDeviceNameEventsParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

GetThingsDeviceNameEventsParams contains all the bound params for the get things device name events operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNameEvents

func NewGetThingsDeviceNameEventsParams

func NewGetThingsDeviceNameEventsParams() *GetThingsDeviceNameEventsParams

NewGetThingsDeviceNameEventsParams creates a new GetThingsDeviceNameEventsParams object with the default values initialized.

type GetThingsDeviceNameParams

type GetThingsDeviceNameParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

GetThingsDeviceNameParams contains all the bound params for the get things device name operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceName

func NewGetThingsDeviceNameParams

func NewGetThingsDeviceNameParams() *GetThingsDeviceNameParams

NewGetThingsDeviceNameParams creates a new GetThingsDeviceNameParams object with the default values initialized.

type GetThingsDeviceNamePropertiesParams

type GetThingsDeviceNamePropertiesParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

GetThingsDeviceNamePropertiesParams contains all the bound params for the get things device name properties operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNameProperties

func NewGetThingsDeviceNamePropertiesParams

func NewGetThingsDeviceNamePropertiesParams() *GetThingsDeviceNamePropertiesParams

NewGetThingsDeviceNamePropertiesParams creates a new GetThingsDeviceNamePropertiesParams object with the default values initialized.

type GetThingsDeviceNamePropertiesPropertyNameParams

type GetThingsDeviceNamePropertiesPropertyNameParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
	/*Name of property
	  Required: true
	  In: path
	*/
	PropertyName string
}

GetThingsDeviceNamePropertiesPropertyNameParams contains all the bound params for the get things device name properties property name operation typically these are obtained from a http.Request

swagger:parameters GetThingsDeviceNamePropertiesPropertyName

func NewGetThingsDeviceNamePropertiesPropertyNameParams

func NewGetThingsDeviceNamePropertiesPropertyNameParams() *GetThingsDeviceNamePropertiesPropertyNameParams

NewGetThingsDeviceNamePropertiesPropertyNameParams creates a new GetThingsDeviceNamePropertiesPropertyNameParams object with the default values initialized.

type GetThingsParams

type GetThingsParams struct {
}

GetThingsParams contains all the bound params for the get things operation typically these are obtained from a http.Request

swagger:parameters GetThings

func NewGetThingsParams

func NewGetThingsParams() *GetThingsParams

NewGetThingsParams creates a new GetThingsParams object with the default values initialized.

type PostThingsDeviceIDActionsParams

type PostThingsDeviceIDActionsParams struct {

	/*Action to execute.
	  Required: true
	  In: body
	*/
	Action models.ActionPostBody
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

PostThingsDeviceIDActionsParams contains all the bound params for the post things device ID actions operation typically these are obtained from a http.Request

swagger:parameters PostThingsDeviceIDActions

func NewPostThingsDeviceIDActionsParams

func NewPostThingsDeviceIDActionsParams() *PostThingsDeviceIDActionsParams

NewPostThingsDeviceIDActionsParams creates a new PostThingsDeviceIDActionsParams object with the default values initialized.

type PostThingsDeviceNameActionsParams

type PostThingsDeviceNameActionsParams struct {

	/*Action to execute.
	  Required: true
	  In: body
	*/
	Action models.ActionPostBody
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

PostThingsDeviceNameActionsParams contains all the bound params for the post things device name actions operation typically these are obtained from a http.Request

swagger:parameters PostThingsDeviceNameActions

func NewPostThingsDeviceNameActionsParams

func NewPostThingsDeviceNameActionsParams() *PostThingsDeviceNameActionsParams

NewPostThingsDeviceNameActionsParams creates a new PostThingsDeviceNameActionsParams object with the default values initialized.

type PutThingsDeviceIDActionsActionNameActionIDParams

type PutThingsDeviceIDActionsActionNameActionIDParams struct {

	/*Action to execute.
	  Required: true
	  In: body
	*/
	Action models.ActionPostBody
	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
}

PutThingsDeviceIDActionsActionNameActionIDParams contains all the bound params for the put things device ID actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters PutThingsDeviceIDActionsActionNameActionID

func NewPutThingsDeviceIDActionsActionNameActionIDParams

func NewPutThingsDeviceIDActionsActionNameActionIDParams() *PutThingsDeviceIDActionsActionNameActionIDParams

NewPutThingsDeviceIDActionsActionNameActionIDParams creates a new PutThingsDeviceIDActionsActionNameActionIDParams object with the default values initialized.

type PutThingsDeviceIDPropertiesPropertyNameParams

type PutThingsDeviceIDPropertiesPropertyNameParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceID string
	/*Set property.
	  Required: true
	  In: body
	*/
	Property models.PropertyPutBody
	/*Name of property
	  Required: true
	  In: path
	*/
	PropertyName string
}

PutThingsDeviceIDPropertiesPropertyNameParams contains all the bound params for the put things device ID properties property name operation typically these are obtained from a http.Request

swagger:parameters PutThingsDeviceIDPropertiesPropertyName

func NewPutThingsDeviceIDPropertiesPropertyNameParams

func NewPutThingsDeviceIDPropertiesPropertyNameParams() *PutThingsDeviceIDPropertiesPropertyNameParams

NewPutThingsDeviceIDPropertiesPropertyNameParams creates a new PutThingsDeviceIDPropertiesPropertyNameParams object with the default values initialized.

type PutThingsDeviceNameActionsActionNameActionIDParams

type PutThingsDeviceNameActionsActionNameActionIDParams struct {

	/*Action to execute.
	  Required: true
	  In: body
	*/
	Action models.ActionPostBody
	/*Id of created action
	  Required: true
	  In: path
	*/
	ActionID string
	/*Name of action
	  Required: true
	  In: path
	*/
	ActionName string
	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
}

PutThingsDeviceNameActionsActionNameActionIDParams contains all the bound params for the put things device name actions action name action ID operation typically these are obtained from a http.Request

swagger:parameters PutThingsDeviceNameActionsActionNameActionID

func NewPutThingsDeviceNameActionsActionNameActionIDParams

func NewPutThingsDeviceNameActionsActionNameActionIDParams() *PutThingsDeviceNameActionsActionNameActionIDParams

NewPutThingsDeviceNameActionsActionNameActionIDParams creates a new PutThingsDeviceNameActionsActionNameActionIDParams object with the default values initialized.

type PutThingsDeviceNamePropertiesPropertyNameParams

type PutThingsDeviceNamePropertiesPropertyNameParams struct {

	/*Id of device
	  Required: true
	  In: path
	*/
	DeviceName string
	/*Set property.
	  Required: true
	  In: body
	*/
	Property models.PropertyPutBody
	/*Name of property
	  Required: true
	  In: path
	*/
	PropertyName string
}

PutThingsDeviceNamePropertiesPropertyNameParams contains all the bound params for the put things device name properties property name operation typically these are obtained from a http.Request

swagger:parameters PutThingsDeviceNamePropertiesPropertyName

func NewPutThingsDeviceNamePropertiesPropertyNameParams

func NewPutThingsDeviceNamePropertiesPropertyNameParams() *PutThingsDeviceNamePropertiesPropertyNameParams

NewPutThingsDeviceNamePropertiesPropertyNameParams creates a new PutThingsDeviceNamePropertiesPropertyNameParams object with the default values initialized.

Jump to

Keyboard shortcuts

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