Documentation ¶
Index ¶
- Constants
- type ControllerAlexa
- type ControllerAuth
- type ControllerCommon
- type ControllerDevice
- func (c ControllerDevice) Add(ctx *gin.Context)
- func (c ControllerDevice) Delete(ctx *gin.Context)
- func (c ControllerDevice) GetById(ctx *gin.Context)
- func (c ControllerDevice) GetList(ctx *gin.Context)
- func (c ControllerDevice) Search(ctx *gin.Context)
- func (c ControllerDevice) UpdateDevice(ctx *gin.Context)
- type ControllerDeviceAction
- func (c ControllerDeviceAction) Add(ctx *gin.Context)
- func (c ControllerDeviceAction) Delete(ctx *gin.Context)
- func (c ControllerDeviceAction) GetActionList(ctx *gin.Context)
- func (c ControllerDeviceAction) GetById(ctx *gin.Context)
- func (c ControllerDeviceAction) Search(ctx *gin.Context)
- func (c ControllerDeviceAction) Update(ctx *gin.Context)
- type ControllerDeviceState
- type ControllerFlow
- func (c ControllerFlow) Add(ctx *gin.Context)
- func (c ControllerFlow) Delete(ctx *gin.Context)
- func (c ControllerFlow) GetById(ctx *gin.Context)
- func (c ControllerFlow) GetList(ctx *gin.Context)
- func (c ControllerFlow) GetRedactor(ctx *gin.Context)
- func (c ControllerFlow) Search(ctx *gin.Context)
- func (c ControllerFlow) Update(ctx *gin.Context)
- func (c ControllerFlow) UpdateRedactor(ctx *gin.Context)
- type ControllerGate
- type ControllerImage
- type ControllerIndex
- type ControllerLog
- type ControllerMap
- func (c ControllerMap) Add(ctx *gin.Context)
- func (c ControllerMap) Delete(ctx *gin.Context)
- func (c ControllerMap) GetById(ctx *gin.Context)
- func (c ControllerMap) GetFullMap(ctx *gin.Context)
- func (c ControllerMap) GetList(ctx *gin.Context)
- func (c ControllerMap) Search(ctx *gin.Context)
- func (c ControllerMap) Update(ctx *gin.Context)
- type ControllerMapDeviceHistory
- type ControllerMapElement
- func (c ControllerMapElement) Add(ctx *gin.Context)
- func (c ControllerMapElement) Delete(ctx *gin.Context)
- func (c ControllerMapElement) GetById(ctx *gin.Context)
- func (c ControllerMapElement) GetList(ctx *gin.Context)
- func (c ControllerMapElement) Sort(ctx *gin.Context)
- func (c ControllerMapElement) UpdateElement(ctx *gin.Context)
- func (c ControllerMapElement) UpdateFull(ctx *gin.Context)
- type ControllerMapLayer
- func (c ControllerMapLayer) Add(ctx *gin.Context)
- func (c ControllerMapLayer) Delete(ctx *gin.Context)
- func (c ControllerMapLayer) GetById(ctx *gin.Context)
- func (c ControllerMapLayer) GetList(ctx *gin.Context)
- func (c ControllerMapLayer) Sort(ctx *gin.Context)
- func (c ControllerMapLayer) Update(ctx *gin.Context)
- type ControllerMapZone
- type ControllerMqtt
- func (c ControllerMqtt) CloseClient(ctx *gin.Context)
- func (c ControllerMqtt) GetClientById(ctx *gin.Context)
- func (c ControllerMqtt) GetClients(ctx *gin.Context)
- func (c ControllerMqtt) GetSession(ctx *gin.Context)
- func (c ControllerMqtt) GetSessions(ctx *gin.Context)
- func (c ControllerMqtt) GetSubscriptions(ctx *gin.Context)
- func (c ControllerMqtt) Publish(ctx *gin.Context)
- func (c ControllerMqtt) SearchTopic(ctx *gin.Context)
- func (c ControllerMqtt) Unsubscribe(ctx *gin.Context)
- type ControllerNode
- type ControllerNotifr
- func (c ControllerNotifr) Delete(ctx *gin.Context)
- func (c ControllerNotifr) GetList(ctx *gin.Context)
- func (c ControllerNotifr) GetSettings(ctx *gin.Context)
- func (c ControllerNotifr) Repeat(ctx *gin.Context)
- func (c ControllerNotifr) Send(ctx *gin.Context)
- func (c ControllerNotifr) Update(ctx *gin.Context)
- type ControllerRole
- func (c ControllerRole) Add(ctx *gin.Context)
- func (c ControllerRole) Delete(ctx *gin.Context)
- func (c ControllerRole) GetAccessList(ctx *gin.Context)
- func (c ControllerRole) GetByName(ctx *gin.Context)
- func (c ControllerRole) GetList(ctx *gin.Context)
- func (c ControllerRole) Search(ctx *gin.Context)
- func (c ControllerRole) Update(ctx *gin.Context)
- func (c ControllerRole) UpdateAccessList(ctx *gin.Context)
- type ControllerScript
- func (c ControllerScript) Add(ctx *gin.Context)
- func (c ControllerScript) Copy(ctx *gin.Context)
- func (c ControllerScript) Delete(ctx *gin.Context)
- func (c ControllerScript) Exec(ctx *gin.Context)
- func (c ControllerScript) ExecSrc(ctx *gin.Context)
- func (c ControllerScript) GetById(ctx *gin.Context)
- func (c ControllerScript) GetList(ctx *gin.Context)
- func (c ControllerScript) Search(ctx *gin.Context)
- func (c ControllerScript) Update(ctx *gin.Context)
- type ControllerSwagger
- type ControllerTemplate
- func (c ControllerTemplate) Add(ctx *gin.Context)
- func (c ControllerTemplate) Delete(ctx *gin.Context)
- func (c ControllerTemplate) GetByName(ctx *gin.Context)
- func (c ControllerTemplate) GetList(ctx *gin.Context)
- func (c ControllerTemplate) Preview(ctx *gin.Context)
- func (c ControllerTemplate) Search(ctx *gin.Context)
- func (c ControllerTemplate) Update(ctx *gin.Context)
- type ControllerTemplateItem
- func (c ControllerTemplateItem) Add(ctx *gin.Context)
- func (c ControllerTemplateItem) Delete(ctx *gin.Context)
- func (c ControllerTemplateItem) GetByName(ctx *gin.Context)
- func (c ControllerTemplateItem) GetList(ctx *gin.Context)
- func (c ControllerTemplateItem) GetTree(ctx *gin.Context)
- func (c ControllerTemplateItem) Update(ctx *gin.Context)
- func (c ControllerTemplateItem) UpdateStatus(ctx *gin.Context)
- func (c ControllerTemplateItem) UpdateTree(ctx *gin.Context)
- type ControllerUser
- type ControllerVersion
- type ControllerWorkflow
- func (c ControllerWorkflow) Add(ctx *gin.Context)
- func (c ControllerWorkflow) Delete(ctx *gin.Context)
- func (c ControllerWorkflow) GetById(ctx *gin.Context)
- func (c ControllerWorkflow) GetList(ctx *gin.Context)
- func (c ControllerWorkflow) Search(ctx *gin.Context)
- func (c ControllerWorkflow) Update(ctx *gin.Context)
- func (c ControllerWorkflow) UpdateScenario(ctx *gin.Context)
- type ControllerWorkflowScenario
- func (c ControllerWorkflowScenario) Add(ctx *gin.Context)
- func (c ControllerWorkflowScenario) Delete(ctx *gin.Context)
- func (c ControllerWorkflowScenario) GetById(ctx *gin.Context)
- func (c ControllerWorkflowScenario) GetList(ctx *gin.Context)
- func (c ControllerWorkflowScenario) Search(ctx *gin.Context)
- func (c ControllerWorkflowScenario) Update(ctx *gin.Context)
- type ControllerZigbee2mqtt
- func (c ControllerZigbee2mqtt) Add(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) Delete(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) DeviceBan(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) DeviceRename(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) DeviceWhitelist(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) GetById(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) GetList(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) Networkmap(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) Reset(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) Search(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) Update(ctx *gin.Context)
- func (c ControllerZigbee2mqtt) UpdateNetworkmap(ctx *gin.Context)
- type ControllersV1
- type Error
- func (o *Error) AddField(code, message, field string) *Error
- func (o *Error) AddFieldf(name, code string, N ...int) *Error
- func (o *Error) CheckNum(num interface{}, name string, min, max float64) *Error
- func (e *Error) Error() string
- func (o *Error) Errors() bool
- func (o *Error) Fields() []*models.ErrorErrorsItems
- func (e *Error) Send(ctx *gin.Context)
- func (o *Error) SetMessage(err error) *Error
- func (e *Error) ValidationToErrors(errs []*validation.Error) *Error
- type Response
Constants ¶
const ( // FieldNotValid ... FieldNotValid = "field_not_valid" // FieldNotBlank ... FieldNotBlank = "field_not_blank" // FieldSizeMax ... FieldSizeMax = "field_size_max" // FieldSizeMin ... FieldSizeMin = "field_size_min" // FieldInvalidLength ... FieldInvalidLength = "field_invalid_length" // FieldNotValidChars ... FieldNotValidChars = "field_not_valid_chars" // FieldMax ... FieldMax = "field_max" // FieldMin ... FieldMin = "field_min" // FieldFuture ... FieldFuture = "field_future" // FieldPast ... FieldPast = "field_past" // FieldEmail ... FieldEmail = "field_email" // FieldCardNumber ... FieldCardNumber = "field_card_number" // FieldPhone ... FieldPhone = "field_phone" // FieldDuplicate ... FieldDuplicate = "field_duplicate" // FieldIp ... FieldIp = "field_ip" // FieldRange ... FieldRange = "field_range" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerAlexa ¶ added in v0.3.0
type ControllerAlexa struct {
*ControllerCommon
}
ControllerAlexa ...
func NewControllerAlexa ¶ added in v0.3.0
func NewControllerAlexa(common *ControllerCommon) *ControllerAlexa
NewControllerAlexa ...
func (ControllerAlexa) Add ¶ added in v0.3.0
func (c ControllerAlexa) Add(ctx *gin.Context)
swagger:operation POST /alexa alexaAdd --- parameters:
- description: alexa params in: body name: alexa required: true schema: $ref: '#/definitions/NewAlexaSkill' type: object
summary: add new alexa description: security: - ApiKeyAuth: [] tags: - alexa responses:
"200": description: OK schema: $ref: '#/definitions/AlexaSkill' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerAlexa) Delete ¶ added in v0.3.0
func (c ControllerAlexa) Delete(ctx *gin.Context)
swagger:operation DELETE /alexa/{id} alexaDeleteById --- parameters:
- description: Alexa ID in: path name: id required: true type: integer
summary: delete alexa by id description: security: - ApiKeyAuth: [] tags: - alexa responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerAlexa) GetById ¶ added in v0.3.0
func (c ControllerAlexa) GetById(ctx *gin.Context)
swagger:operation GET /alexa/{id} alexaGetById --- parameters:
- description: Alexa ID in: path name: id required: true type: integer
summary: get alexa by id description: security: - ApiKeyAuth: [] tags: - alexa responses:
"200": description: OK schema: $ref: '#/definitions/AlexaSkill' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerAlexa) GetList ¶ added in v0.3.0
func (c ControllerAlexa) GetList(ctx *gin.Context)
swagger:operation GET /alexas alexaList --- summary: get alexa list description: security: - ApiKeyAuth: [] tags: - alexa parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/AlexaSkillList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerAlexa) Update ¶ added in v0.3.0
func (c ControllerAlexa) Update(ctx *gin.Context)
swagger:operation PUT /alexa/{id} alexaUpdateById --- parameters:
- description: Alexa ID in: path name: id required: true type: integer
- description: Update alexa params in: body name: alexa required: true schema: $ref: '#/definitions/UpdateAlexaSkill' type: object
summary: update alexa by id description: security: - ApiKeyAuth: [] tags: - alexa responses:
"200": description: OK schema: $ref: '#/definitions/AlexaSkill' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerAuth ¶
type ControllerAuth struct {
*ControllerCommon
}
ControllerAuth ...
func NewControllerAuth ¶
func NewControllerAuth(common *ControllerCommon) *ControllerAuth
NewControllerAuth ...
func (ControllerAuth) AccessList ¶
func (c ControllerAuth) AccessList(ctx *gin.Context)
swagger:operation GET /access_list authGetAccessList --- summary: get user access list description: security: - ApiKeyAuth: [] tags: - auth responses:
"200": description: OK schema: type: object properties: access_list: $ref: '#/definitions/AccessList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerAuth) Recovery ¶
func (c ControllerAuth) Recovery(ctx *gin.Context)
swagger:operation POST /recovery authRecovery --- summary: recovery access description: tags: - auth responses:
"200": $ref: '#/responses/Success' "500": $ref: '#/responses/Error'
func (ControllerAuth) Reset ¶
func (c ControllerAuth) Reset(ctx *gin.Context)
swagger:operation POST /reset authReset --- summary: reset access description: tags: - auth responses:
"200": $ref: '#/responses/Success' "500": $ref: '#/responses/Error'
func (ControllerAuth) SignIn ¶
func (c ControllerAuth) SignIn(ctx *gin.Context)
swagger:operation POST /signin authSignin --- summary: sign in description: security: - BasicAuth: [] tags: - auth responses:
"200": description: OK schema: $ref: '#/definitions/AuthSignInResponse' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerAuth) SignOut ¶
func (c ControllerAuth) SignOut(ctx *gin.Context)
swagger:operation POST /signout authSignout --- summary: sign out description: security: - ApiKeyAuth: [] tags: - auth responses:
"200": $ref: '#/responses/Success' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
type ControllerCommon ¶
type ControllerCommon struct {
// contains filtered or unexported fields
}
ControllerCommon ...
func NewControllerCommon ¶
func NewControllerCommon(adaptors *adaptors.Adaptors, core *core.Core, accessList *access_list.AccessListService, endpoint *endpoint.Endpoint) *ControllerCommon
NewControllerCommon ...
type ControllerDevice ¶
type ControllerDevice struct {
*ControllerCommon
}
ControllerDevice ...
func NewControllerDevice ¶
func NewControllerDevice(common *ControllerCommon) *ControllerDevice
NewControllerDevice ...
func (ControllerDevice) Add ¶
func (c ControllerDevice) Add(ctx *gin.Context)
swagger:operation POST /device deviceAdd --- parameters:
- description: device params in: body name: device required: true schema: $ref: '#/definitions/NewDevice' type: object
summary: add new device description: security: - ApiKeyAuth: [] tags: - device responses:
"200": description: OK schema: $ref: '#/definitions/Device' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDevice) Delete ¶
func (c ControllerDevice) Delete(ctx *gin.Context)
swagger:operation DELETE /device/{id} deviceDeleteById --- parameters:
- description: Device ID in: path name: id required: true type: integer
summary: delete device by id description: security: - ApiKeyAuth: [] tags: - device responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDevice) GetById ¶
func (c ControllerDevice) GetById(ctx *gin.Context)
swagger:operation GET /device/{id} deviceGetById --- parameters:
- description: Device ID in: path name: id required: true type: integer
summary: get device by id description: security: - ApiKeyAuth: [] tags: - device responses:
"200": description: OK schema: $ref: '#/definitions/Device' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDevice) GetList ¶
func (c ControllerDevice) GetList(ctx *gin.Context)
swagger:operation GET /devices deviceList --- summary: get device list description: security: - ApiKeyAuth: [] tags: - device parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/DeviceList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDevice) Search ¶
func (c ControllerDevice) Search(ctx *gin.Context)
swagger:operation GET /devices/search deviceSearch --- summary: search device description: security: - ApiKeyAuth: [] tags: - device parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/DeviceSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDevice) UpdateDevice ¶
func (c ControllerDevice) UpdateDevice(ctx *gin.Context)
swagger:operation PUT /device/{id} deviceUpdateById --- parameters:
- description: Device ID in: path name: id required: true type: integer
- description: Update device params in: body name: device required: true schema: $ref: '#/definitions/UpdateDevice' type: object
summary: update device by id description: security: - ApiKeyAuth: [] tags: - device responses:
"200": description: OK schema: $ref: '#/definitions/Device' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerDeviceAction ¶
type ControllerDeviceAction struct {
*ControllerCommon
}
ControllerDeviceAction ...
func NewControllerDeviceAction ¶
func NewControllerDeviceAction(common *ControllerCommon) *ControllerDeviceAction
NewControllerDeviceAction ...
func (ControllerDeviceAction) Add ¶
func (c ControllerDeviceAction) Add(ctx *gin.Context)
swagger:operation POST /device_action deviceActionAdd --- parameters:
- description: device action params in: body name: device_action required: true schema: $ref: '#/definitions/NewDeviceAction' type: object
summary: add new device action description: security: - ApiKeyAuth: [] tags: - device_action responses:
"200": schema: $ref: '#/definitions/DeviceAction' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDeviceAction) Delete ¶
func (c ControllerDeviceAction) Delete(ctx *gin.Context)
swagger:operation DELETE /device_action/{id} deviceActionDeleteById --- parameters:
- description: DeviceAction ID in: path name: id required: true type: integer
summary: delete device action by id description: security: - ApiKeyAuth: [] tags: - device_action responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDeviceAction) GetActionList ¶
func (c ControllerDeviceAction) GetActionList(ctx *gin.Context)
swagger:operation GET /device_actions/{id} deviceActionGetListByDeviceId --- parameters:
- description: Device ID in: path name: id required: true type: integer
summary: get device actions by device id description: security: - ApiKeyAuth: [] tags: - device_action responses:
"200": schema: type: array items: $ref: '#/definitions/DeviceAction' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDeviceAction) GetById ¶
func (c ControllerDeviceAction) GetById(ctx *gin.Context)
swagger:operation GET /device_action/{id} deviceActionGetById --- parameters:
- description: DeviceAction ID in: path name: id required: true type: integer
summary: get device action by id description: security: - ApiKeyAuth: [] tags: - device_action responses:
"200": description: OK schema: $ref: '#/definitions/DeviceAction' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDeviceAction) Search ¶
func (c ControllerDeviceAction) Search(ctx *gin.Context)
swagger:operation GET /device_action/search deviceActionSearch --- summary: search device actions description: security: - ApiKeyAuth: [] tags: - device_action parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/DeviceActionSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDeviceAction) Update ¶
func (c ControllerDeviceAction) Update(ctx *gin.Context)
swagger:operation PUT /device_action/{id} deviceActionUpdateById --- parameters:
- description: DeviceAction ID in: path name: id required: true type: integer
- description: Update device action params in: body name: device_action required: true schema: $ref: '#/definitions/UpdateDeviceAction' type: object
summary: update device action by id description: security: - ApiKeyAuth: [] tags: - device_action responses:
"200": schema: $ref: '#/definitions/DeviceAction' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerDeviceState ¶
type ControllerDeviceState struct {
*ControllerCommon
}
ControllerDeviceState ...
func NewControllerDeviceState ¶
func NewControllerDeviceState(common *ControllerCommon) *ControllerDeviceState
NewControllerDeviceState ...
func (ControllerDeviceState) Add ¶
func (c ControllerDeviceState) Add(ctx *gin.Context)
swagger:operation POST /device_state deviceStateAdd --- parameters:
- description: device state params in: body name: device_state required: true schema: $ref: '#/definitions/NewDeviceState' type: object
summary: add new device state description: security: - ApiKeyAuth: [] tags: - device_state responses:
"200": description: OK schema: $ref: '#/definitions/DeviceState' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDeviceState) Delete ¶
func (c ControllerDeviceState) Delete(ctx *gin.Context)
swagger:operation DELETE /device_state/{id} deviceStateDeleteById --- parameters:
- description: DeviceState ID in: path name: id required: true type: integer
summary: delete device state by id description: security: - ApiKeyAuth: [] tags: - device_state responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDeviceState) GetById ¶
func (c ControllerDeviceState) GetById(ctx *gin.Context)
swagger:operation GET /device_state/{id} deviceStateGetById --- parameters:
- description: DeviceState ID in: path name: id required: true type: integer
summary: get device state by id description: security: - ApiKeyAuth: [] tags: - device_state responses:
"200": description: OK schema: $ref: '#/definitions/DeviceState' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerDeviceState) GetStateList ¶
func (c ControllerDeviceState) GetStateList(ctx *gin.Context)
swagger:operation GET /device_states/{id} deviceStateList --- summary: get device state list by device id description: security: - ApiKeyAuth: [] tags: - device_state parameters:
- description: Device ID in: path name: id required: true type: integer
responses:
"200": description: OK schema: type: array items: $ref: '#/definitions/DeviceState' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerDeviceState) Update ¶
func (c ControllerDeviceState) Update(ctx *gin.Context)
swagger:operation PUT /device_state/{id} deviceStateUpdateById --- parameters:
- description: DeviceState ID in: path name: id required: true type: integer
- description: Update device state params in: body name: device_state required: true schema: $ref: '#/definitions/UpdateDeviceState' type: object
summary: update device state by id description: security: - ApiKeyAuth: [] tags: - device_state responses:
"200": description: OK schema: $ref: '#/definitions/DeviceState' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerFlow ¶
type ControllerFlow struct {
*ControllerCommon
}
ControllerFlow ...
func NewControllerFlow ¶
func NewControllerFlow(common *ControllerCommon) *ControllerFlow
NewControllerFlow ...
func (ControllerFlow) Add ¶
func (c ControllerFlow) Add(ctx *gin.Context)
swagger:operation POST /flow flowAdd --- parameters:
- description: flow params in: body name: flow required: true schema: $ref: '#/definitions/NewFlow' type: object
summary: add new flow description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": description: OK schema: $ref: '#/definitions/Flow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerFlow) Delete ¶
func (c ControllerFlow) Delete(ctx *gin.Context)
swagger:operation DELETE /flow/{id} flowDeleteById --- parameters:
- description: Flow ID in: path name: id required: true type: integer
summary: delete flow by id description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerFlow) GetById ¶
func (c ControllerFlow) GetById(ctx *gin.Context)
swagger:operation GET /flow/{id} flowGetById --- parameters:
- description: Flow ID in: path name: id required: true type: integer
summary: get flow by id description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": description: OK schema: $ref: '#/definitions/Flow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerFlow) GetList ¶
func (c ControllerFlow) GetList(ctx *gin.Context)
swagger:operation GET /flows flowList --- summary: get flow list description: security: - ApiKeyAuth: [] tags: - flow parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/FlowList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerFlow) GetRedactor ¶
func (c ControllerFlow) GetRedactor(ctx *gin.Context)
swagger:operation GET /flow/{id}/redactor flowGetRedactor --- parameters:
- description: Flow ID in: path name: id required: true type: integer
summary: get flow redactor data by flow id description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": description: OK schema: $ref: '#/definitions/RedactorFlow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerFlow) Search ¶
func (c ControllerFlow) Search(ctx *gin.Context)
swagger:operation GET /flows/search flowSearch --- summary: search flow description: security: - ApiKeyAuth: [] tags: - flow parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/FlowSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerFlow) Update ¶
func (c ControllerFlow) Update(ctx *gin.Context)
swagger:operation PUT /flow/{id} flowUpdateById --- parameters:
- description: Flow ID in: path name: id required: true type: integer
- description: Update flow params in: body name: flow required: true schema: $ref: '#/definitions/UpdateFlow' type: object
summary: update flow by id description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": description: OK schema: $ref: '#/definitions/Flow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerFlow) UpdateRedactor ¶
func (c ControllerFlow) UpdateRedactor(ctx *gin.Context)
swagger:operation PUT /flow/{id}/redactor flowUpdateRedactor --- parameters:
- description: Flow ID in: path name: id required: true type: integer
- description: flow redactor params in: body name: flow required: true schema: $ref: '#/definitions/RedactorFlow' type: object
summary: update flow by id description: security: - ApiKeyAuth: [] tags: - flow responses:
"200": description: OK schema: $ref: '#/definitions/RedactorFlow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerGate ¶ added in v0.0.9
type ControllerGate struct {
*ControllerCommon
}
ControllerGate ...
func NewControllerGate ¶ added in v0.0.9
func NewControllerGate(common *ControllerCommon) *ControllerGate
NewControllerGate ...
func (ControllerGate) AddMobile ¶ added in v0.0.9
func (c ControllerGate) AddMobile(ctx *gin.Context)
swagger:operation POST /gate/mobile gateAddMobile --- parameters: summary: add new mobile client description: security: - ApiKeyAuth: [] tags: - gate responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerGate) DeleteMobile ¶ added in v0.0.9
func (c ControllerGate) DeleteMobile(ctx *gin.Context)
swagger:operation DELETE /gate/mobile/{token} gateDeleteMobile --- parameters:
- description: mobile token in: path name: token required: true type: string
summary: delete mobile by token description: security: - ApiKeyAuth: [] tags: - gate responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerGate) GetMobileList ¶ added in v0.0.9
func (c ControllerGate) GetMobileList(ctx *gin.Context)
swagger:operation GET /gate/mobiles gateGetMobileList --- parameters: summary: get gate mobile list description: security: - ApiKeyAuth: [] tags: - gate responses:
"200": description: OK schema: $ref: '#/definitions/GateMobileList' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerGate) GetSettings ¶ added in v0.0.9
func (c ControllerGate) GetSettings(ctx *gin.Context)
swagger:operation GET /gate gateGetSettings --- parameters: summary: get gate settings description: security: - ApiKeyAuth: [] tags: - gate responses:
"200": description: OK schema: $ref: '#/definitions/GateSettings' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerGate) UpdateSettings ¶ added in v0.0.9
func (c ControllerGate) UpdateSettings(ctx *gin.Context)
swagger:operation PUT /gate gateUpdateSettings --- parameters:
- description: Update gate params in: body name: user required: true schema: $ref: '#/definitions/UpdateGateSettings' type: object
summary: update gate settings description: security: - ApiKeyAuth: [] tags: - gate responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerImage ¶
type ControllerImage struct {
*ControllerCommon
}
ControllerImage ...
func NewControllerImage ¶
func NewControllerImage(common *ControllerCommon) *ControllerImage
NewControllerImage ...
func (ControllerImage) Add ¶
func (c ControllerImage) Add(ctx *gin.Context)
swagger:operation POST /image imageAdd --- parameters:
- description: image params in: body name: image required: true schema: $ref: '#/definitions/NewImage' type: object
summary: add new image description: security: - ApiKeyAuth: [] tags: - image responses:
"200": description: OK schema: $ref: '#/definitions/Image' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerImage) Delete ¶
func (c ControllerImage) Delete(ctx *gin.Context)
swagger:operation DELETE /image/{id} imageDeleteById --- parameters:
- description: Image ID in: path name: id required: true type: integer
summary: delete image by id description: security: - ApiKeyAuth: [] tags: - image responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerImage) GetById ¶
func (c ControllerImage) GetById(ctx *gin.Context)
swagger:operation GET /image/{id} imageGetById --- parameters:
- description: Image ID in: path name: id required: true type: integer
summary: get image by id description: security: - ApiKeyAuth: [] tags: - image responses:
"200": description: OK schema: $ref: '#/definitions/Image' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerImage) GetList ¶
func (c ControllerImage) GetList(ctx *gin.Context)
swagger:operation GET /images imageList --- summary: get image list description: security: - ApiKeyAuth: [] tags: - image parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/ImageList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerImage) Update ¶
func (c ControllerImage) Update(ctx *gin.Context)
swagger:operation PUT /image/{id} imageUpdateById --- parameters:
- description: Image ID in: path name: id required: true type: integer
- description: Update image params in: body name: image required: true schema: $ref: '#/definitions/UpdateImage' type: object
summary: update image by id description: security: - ApiKeyAuth: [] tags: - image responses:
"200": description: OK schema: $ref: '#/definitions/Image' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (*ControllerImage) Upload ¶
func (c *ControllerImage) Upload(ctx *gin.Context)
swagger:operation POST /image/upload imageUpload --- consumes:
- multipart/form-data
parameters:
- in: formData name: file type: array required: true description: "image file" items: type: file
summary: upload image files description: security: - ApiKeyAuth: [] tags: - image responses:
"200": $ref: '#/responses/NewObjectSuccess' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
type ControllerIndex ¶
type ControllerIndex struct {
*ControllerCommon
}
ControllerIndex ...
func NewControllerIndex ¶
func NewControllerIndex(common *ControllerCommon) *ControllerIndex
NewControllerIndex ...
func (ControllerIndex) Index ¶
func (i ControllerIndex) Index(c *gin.Context)
swagger:operation GET / index --- summary: index page description: consumes: - text/plain produces: - text/plain tags: - index responses:
"200": description: Success response
type ControllerLog ¶
type ControllerLog struct {
*ControllerCommon
}
ControllerLog ...
func NewControllerLog ¶
func NewControllerLog(common *ControllerCommon) *ControllerLog
NewControllerLog ...
func (ControllerLog) Add ¶
func (c ControllerLog) Add(ctx *gin.Context)
swagger:operation POST /log logAdd --- parameters:
- description: log params in: body name: log required: true schema: $ref: '#/definitions/NewLog' type: object
summary: add new log description: security: - ApiKeyAuth: [] tags: - log responses:
"200": description: OK schema: $ref: '#/definitions/Log' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerLog) Delete ¶
func (c ControllerLog) Delete(ctx *gin.Context)
swagger:operation DELETE /log/{id} logDeleteById --- parameters:
- description: Log ID in: path name: id required: true type: integer
summary: delete log by id description: security: - ApiKeyAuth: [] tags: - log responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerLog) GetById ¶
func (c ControllerLog) GetById(ctx *gin.Context)
swagger:operation GET /log/{id} logGetById --- parameters:
- description: Log ID in: path name: id required: true type: integer
summary: get log by id description: security: - ApiKeyAuth: [] tags: - log responses:
"200": description: OK schema: $ref: '#/definitions/Log' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerLog) GetList ¶
func (c ControllerLog) GetList(ctx *gin.Context)
swagger:operation GET /logs logList --- summary: get log list description: security: - ApiKeyAuth: [] tags: - log parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
- default: id description: query in: query name: query type: string
responses:
"200": $ref: '#/responses/LogList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerLog) Search ¶
func (c ControllerLog) Search(ctx *gin.Context)
swagger:operation GET /logs/search logSearch --- summary: search log description: security: - ApiKeyAuth: [] tags: - log parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/LogSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
type ControllerMap ¶
type ControllerMap struct {
*ControllerCommon
}
ControllerMap ...
func NewControllerMap ¶
func NewControllerMap(common *ControllerCommon) *ControllerMap
NewControllerMap ...
func (ControllerMap) Add ¶
func (c ControllerMap) Add(ctx *gin.Context)
swagger:operation POST /map mapAdd --- parameters:
- description: map params in: body name: map required: true schema: $ref: '#/definitions/NewMap' type: object
summary: add new map description: security: - ApiKeyAuth: [] tags: - map responses:
"200": description: OK schema: $ref: '#/definitions/Map' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMap) Delete ¶
func (c ControllerMap) Delete(ctx *gin.Context)
swagger:operation DELETE /map/{id} mapDeleteById --- parameters:
- description: Map ID in: path name: id required: true type: integer
summary: delete map by id description: security: - ApiKeyAuth: [] tags: - map responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMap) GetById ¶
func (c ControllerMap) GetById(ctx *gin.Context)
swagger:operation GET /map/{id} mapGetById --- parameters:
- description: Map ID in: path name: id required: true type: integer
summary: get map by id description: security: - ApiKeyAuth: [] tags: - map responses:
"200": description: OK schema: $ref: '#/definitions/Map' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMap) GetFullMap ¶
func (c ControllerMap) GetFullMap(ctx *gin.Context)
swagger:operation GET /map/{id}/full mapFullGetById --- parameters:
- description: Map ID in: path name: id required: true type: integer
summary: get map full by id description: security: - ApiKeyAuth: [] tags: - map responses:
"200": description: OK schema: $ref: '#/definitions/MapFull' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMap) GetList ¶
func (c ControllerMap) GetList(ctx *gin.Context)
swagger:operation GET /maps mapList --- summary: get map list description: security: - ApiKeyAuth: [] tags: - map parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/MapList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMap) Search ¶
func (c ControllerMap) Search(ctx *gin.Context)
swagger:operation GET /maps/search mapSearch --- summary: search map description: security: - ApiKeyAuth: [] tags: - map parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MapSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMap) Update ¶
func (c ControllerMap) Update(ctx *gin.Context)
swagger:operation PUT /map/{id} mapUpdateById --- parameters:
- description: Map ID in: path name: id required: true type: integer
- description: Update map params in: body name: map required: true schema: $ref: '#/definitions/UpdateMap' type: object
summary: update map by id description: security: - ApiKeyAuth: [] tags: - map responses:
"200": description: OK schema: $ref: '#/definitions/Map' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerMapDeviceHistory ¶ added in v0.2.0
type ControllerMapDeviceHistory struct {
*ControllerCommon
}
ControllerMapDeviceHistory ...
func NewControllerMapDeviceHistory ¶ added in v0.2.0
func NewControllerMapDeviceHistory(common *ControllerCommon) *ControllerMapDeviceHistory
NewControllerMapDeviceHistory ...
func (ControllerMapDeviceHistory) GetList ¶ added in v0.2.0
func (c ControllerMapDeviceHistory) GetList(ctx *gin.Context)
swagger:operation GET /history/map MapDeviceHistoryList --- summary: get map device history description: security: - ApiKeyAuth: [] tags: - map_device_history parameters:
- name: map_id description: map id in: query type: integer required: true
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/MapDeviceHistoryList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
type ControllerMapElement ¶
type ControllerMapElement struct {
*ControllerCommon
}
ControllerMapElement ...
func NewControllerMapElement ¶
func NewControllerMapElement(common *ControllerCommon) *ControllerMapElement
NewControllerMapElement ...
func (ControllerMapElement) Add ¶
func (c ControllerMapElement) Add(ctx *gin.Context)
swagger:operation POST /map_element mapElementAdd --- parameters:
- description: element params in: body name: map_element required: true schema: $ref: '#/definitions/NewMapElement' type: object
summary: add new map element description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": description: OK schema: $ref: '#/definitions/MapElement' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMapElement) Delete ¶
func (c ControllerMapElement) Delete(ctx *gin.Context)
swagger:operation DELETE /map_element/{id} mapElementDeleteById --- parameters:
- description: MapElement ID in: path name: id required: true type: integer
summary: delete map element by id description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapElement) GetById ¶
func (c ControllerMapElement) GetById(ctx *gin.Context)
swagger:operation GET /map_element/{id} mapElementGetById --- parameters:
- description: MapElement ID in: path name: id required: true type: integer
summary: get map element by id description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": description: OK schema: $ref: '#/definitions/MapElement' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapElement) GetList ¶
func (c ControllerMapElement) GetList(ctx *gin.Context)
swagger:operation GET /map_elements mapElementList --- summary: get map element list description: security: - ApiKeyAuth: [] tags: - map_element parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": description: OK schema: $ref: '#/definitions/MapElement' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMapElement) Sort ¶
func (c ControllerMapElement) Sort(ctx *gin.Context)
swagger:operation PUT /map_element/sort mapElementUpdateById --- parameters:
- description: sort params in: body name: sort_params required: true schema: $ref: '#/definitions/SortMapElement' type: object
summary: sort map elements description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapElement) UpdateElement ¶
func (c ControllerMapElement) UpdateElement(ctx *gin.Context)
swagger:operation PUT /map_element/{id}/element_only mapElementUpdateById --- parameters:
- description: MapElement ID in: path name: id required: true type: integer
- description: Update map element params in: body name: map_element required: true schema: $ref: '#/definitions/UpdateMapElement' type: object
summary: update map element only by id description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": description: OK schema: $ref: '#/definitions/MapElement' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapElement) UpdateFull ¶
func (c ControllerMapElement) UpdateFull(ctx *gin.Context)
swagger:operation PUT /map_element/{id} mapElementUpdateById --- parameters:
- description: MapElement ID in: path name: id required: true type: integer
- description: Update map element params in: body name: map_element required: true schema: $ref: '#/definitions/UpdateMapElement' type: object
summary: full update map element by id description: security: - ApiKeyAuth: [] tags: - map_element responses:
"200": description: OK schema: $ref: '#/definitions/MapElement' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerMapLayer ¶
type ControllerMapLayer struct {
*ControllerCommon
}
ControllerMapLayer ...
func NewControllerMapLayer ¶
func NewControllerMapLayer(common *ControllerCommon) *ControllerMapLayer
NewControllerMapLayer ...
func (ControllerMapLayer) Add ¶
func (c ControllerMapLayer) Add(ctx *gin.Context)
swagger:operation POST /map_layer mapLayerAdd --- parameters:
- description: layer params in: body name: map_layer required: true schema: $ref: '#/definitions/NewMapLayer' type: object
summary: add new map layer description: security: - ApiKeyAuth: [] tags: - map_layer responses:
"200": description: OK schema: $ref: '#/definitions/MapLayer' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMapLayer) Delete ¶
func (c ControllerMapLayer) Delete(ctx *gin.Context)
swagger:operation DELETE /map_layer/{id} mapLayerDeleteById --- parameters:
- description: MapLayer ID in: path name: id required: true type: integer
summary: delete map layer by id description: security: - ApiKeyAuth: [] tags: - map_layer responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapLayer) GetById ¶
func (c ControllerMapLayer) GetById(ctx *gin.Context)
swagger:operation GET /map_layer/{id} mapLayerGetById --- parameters:
- description: MapLayer ID in: path name: id required: true type: integer
summary: get map layer by id description: security: - ApiKeyAuth: [] tags: - map_layer responses:
"200": description: OK schema: $ref: '#/definitions/MapLayer' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapLayer) GetList ¶
func (c ControllerMapLayer) GetList(ctx *gin.Context)
swagger:operation GET /map_layers mapLayerList --- summary: get map layer list description: security: - ApiKeyAuth: [] tags: - map_layer parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/MapLayerList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMapLayer) Sort ¶
func (c ControllerMapLayer) Sort(ctx *gin.Context)
swagger:operation PUT /map_layer/sort mapLayerUpdateById --- parameters:
- description: sort params in: body name: sort_params required: true schema: $ref: '#/definitions/SortMapLayer' type: object
summary: sort map layers description: security: - ApiKeyAuth: [] tags: - map_layer responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapLayer) Update ¶
func (c ControllerMapLayer) Update(ctx *gin.Context)
swagger:operation PUT /map_layer/{id} mapLayerUpdateById --- parameters:
- description: MapLayer ID in: path name: id required: true type: integer
- description: layer params in: body name: map_layer required: true schema: $ref: '#/definitions/UpdateMapLayer' type: object
summary: update map layer description: security: - ApiKeyAuth: [] tags: - map_layer responses:
"200": description: OK schema: $ref: '#/definitions/MapLayer' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerMapZone ¶ added in v0.0.14
type ControllerMapZone struct {
*ControllerCommon
}
ControllerMapZone ...
func NewControllerMapZone ¶ added in v0.0.14
func NewControllerMapZone(common *ControllerCommon) *ControllerMapZone
NewControllerMapZone ...
func (ControllerMapZone) Add ¶ added in v0.0.14
func (c ControllerMapZone) Add(ctx *gin.Context)
swagger:operation POST /map_zone mapZoneAdd --- parameters:
- description: map_zone params in: body name: map_zone required: true schema: $ref: '#/definitions/NewMapZone' type: object
summary: add new map_zone description: security: - ApiKeyAuth: [] tags: - map_zone responses:
"200": description: OK schema: $ref: '#/definitions/MapZone' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMapZone) Delete ¶ added in v0.0.14
func (c ControllerMapZone) Delete(ctx *gin.Context)
swagger:operation DELETE /map_zone/{name} mapZoneDeleteByName --- parameters:
- description: MapZone Name in: path name: name required: true type: string
summary: delete map_zone by name description: security: - ApiKeyAuth: [] tags: - map_zone responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMapZone) Search ¶ added in v0.0.14
func (c ControllerMapZone) Search(ctx *gin.Context)
swagger:operation GET /map_zone/search mapZoneSearch --- summary: search map_zone description: security: - ApiKeyAuth: [] tags: - map_zone parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MapZoneSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
type ControllerMqtt ¶ added in v0.0.20
type ControllerMqtt struct {
*ControllerCommon
}
ControllerMqtt ...
func NewControllerMqtt ¶ added in v0.0.20
func NewControllerMqtt(common *ControllerCommon) *ControllerMqtt
NewControllerMqtt ...
func (ControllerMqtt) CloseClient ¶ added in v0.0.20
func (c ControllerMqtt) CloseClient(ctx *gin.Context)
swagger:operation DELETE /mqtt/client/{id} mqttCloseClient --- parameters:
- description: client ID in: path name: id required: true type: string
summary: close client description: security: - ApiKeyAuth: [] tags: - mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMqtt) GetClientById ¶ added in v0.0.20
func (c ControllerMqtt) GetClientById(ctx *gin.Context)
swagger:operation GET /mqtt/client/{id} mqttClientGetById --- parameters:
- description: client ID in: path name: id required: true type: string
summary: get client by ID description: security: - ApiKeyAuth: [] tags: - mqtt responses:
"200": description: OK schema: $ref: '#/definitions/MqttClient' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMqtt) GetClients ¶ added in v0.0.20
func (c ControllerMqtt) GetClients(ctx *gin.Context)
swagger:operation GET /mqtt/clients mqttClientList --- summary: get client list description: security: - ApiKeyAuth: [] tags: - mqtt parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MqttClientList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMqtt) GetSession ¶ added in v0.0.20
func (c ControllerMqtt) GetSession(ctx *gin.Context)
swagger:operation GET /mqtt/client/{id}/session mqttClientGetById --- parameters:
- description: client ID in: path name: id required: true type: string
summary: get session by client ID description: security: - ApiKeyAuth: [] tags: - mqtt responses:
"200": description: OK schema: $ref: '#/definitions/MqttSession' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerMqtt) GetSessions ¶ added in v0.0.20
func (c ControllerMqtt) GetSessions(ctx *gin.Context)
swagger:operation GET /mqtt/sessions mqttSessionList --- summary: get session list description: security: - ApiKeyAuth: [] tags: - mqtt parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MqttSessionList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMqtt) GetSubscriptions ¶ added in v0.0.20
func (c ControllerMqtt) GetSubscriptions(ctx *gin.Context)
swagger:operation GET /mqtt/client/{id}/subscriptions mqttSubscriptionList --- summary: get subscription list description: security: - ApiKeyAuth: [] tags: - mqtt parameters:
- description: client ID in: path name: id required: true type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MqttSubscriptionList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMqtt) Publish ¶ added in v0.0.20
func (c ControllerMqtt) Publish(ctx *gin.Context)
swagger:operation POST /mqtt/publish mqttPublish --- parameters:
- description: publish params in: body name: mqtt required: true schema: $ref: '#/definitions/NewMqttPublish' type: object
summary: publish description: security: - ApiKeyAuth: [] tags: - mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMqtt) SearchTopic ¶ added in v0.0.21
func (c ControllerMqtt) SearchTopic(ctx *gin.Context)
swagger:operation GET /mqtt/search_topic mqttSearchTopic --- summary: search mqtt topic description: security: - ApiKeyAuth: [] tags: - mqtt parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/MqttSearchSubscriptionResult' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerMqtt) Unsubscribe ¶ added in v0.0.20
func (c ControllerMqtt) Unsubscribe(ctx *gin.Context)
swagger:operation DELETE /mqtt/client/{id}/topic mqttUnsubscribeTopic --- parameters:
- description: client ID in: path name: id required: true type: string
- description: topic in: query name: topic required: true type: string
summary: delete mqtt by id description: security: - ApiKeyAuth: [] tags: - mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerNode ¶
type ControllerNode struct {
*ControllerCommon
}
ControllerNode ...
func NewControllerNode ¶
func NewControllerNode(common *ControllerCommon) *ControllerNode
NewControllerNode ...
func (ControllerNode) Add ¶
func (c ControllerNode) Add(ctx *gin.Context)
swagger:operation POST /node nodeAdd --- parameters:
- description: node params in: body name: node required: true schema: $ref: '#/definitions/NewNode' type: object
summary: add new node description: security: - ApiKeyAuth: [] tags: - node responses:
"200": description: OK schema: $ref: '#/definitions/Node' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerNode) Delete ¶
func (c ControllerNode) Delete(ctx *gin.Context)
swagger:operation DELETE /node/{id} nodeDeleteById --- parameters:
- description: Node ID in: path name: id required: true type: integer
summary: delete node by id description: security: - ApiKeyAuth: [] tags: - node responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNode) GetById ¶
func (c ControllerNode) GetById(ctx *gin.Context)
swagger:operation GET /node/{id} nodeGetById --- parameters:
- description: Node ID in: path name: id required: true type: integer
summary: get node by id description: security: - ApiKeyAuth: [] tags: - node responses:
"200": description: OK schema: $ref: '#/definitions/Node' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNode) GetList ¶
func (c ControllerNode) GetList(ctx *gin.Context)
swagger:operation GET /nodes nodeList --- summary: get node list description: security: - ApiKeyAuth: [] tags: - node parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/NodeList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerNode) Search ¶
func (c ControllerNode) Search(ctx *gin.Context)
swagger:operation GET /nodes/search nodeSearch --- summary: search node description: security: - ApiKeyAuth: [] tags: - node parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/NodeSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerNode) Update ¶
func (c ControllerNode) Update(ctx *gin.Context)
swagger:operation PUT /node/{id} nodeUpdateById --- parameters:
- description: Node ID in: path name: id required: true type: integer
- description: Update node params in: body name: node required: true schema: $ref: '#/definitions/UpdateNode' type: object
summary: update node by id description: security: - ApiKeyAuth: [] tags: - node responses:
"200": description: OK schema: $ref: '#/definitions/Node' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerNotifr ¶ added in v0.0.17
type ControllerNotifr struct {
*ControllerCommon
}
ControllerNotifr ...
func NewControllerNotifr ¶ added in v0.0.17
func NewControllerNotifr(common *ControllerCommon) *ControllerNotifr
NewControllerNotifr ...
func (ControllerNotifr) Delete ¶ added in v0.0.17
func (c ControllerNotifr) Delete(ctx *gin.Context)
swagger:operation DELETE /notifr/{id} notifrDeleteById --- parameters:
- description: notification ID in: path name: id required: true type: integer
summary: delete notification by id description: security: - ApiKeyAuth: [] tags: - notifr responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNotifr) GetList ¶ added in v0.0.17
func (c ControllerNotifr) GetList(ctx *gin.Context)
swagger:operation GET /notifrs notifrList --- summary: get notification list description: security: - ApiKeyAuth: [] tags: - notifr parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/MessageDeliveryList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerNotifr) GetSettings ¶ added in v0.0.17
func (c ControllerNotifr) GetSettings(ctx *gin.Context)
swagger:operation GET /notifr/config notifyGetSettings --- parameters: summary: get notifr settings description: security: - ApiKeyAuth: [] tags: - notifr responses:
"200": description: OK schema: $ref: '#/definitions/NotifrConfig' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNotifr) Repeat ¶ added in v0.0.17
func (c ControllerNotifr) Repeat(ctx *gin.Context)
swagger:operation POST /notifr/{id}/repeat notifyRepeatMessage --- parameters:
- description: notification ID in: path name: id required: true type: integer
summary: repeat notification by id description: security: - ApiKeyAuth: [] tags: - notifr responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNotifr) Send ¶ added in v0.0.17
func (c ControllerNotifr) Send(ctx *gin.Context)
swagger:operation POST /notifr notifySendNewMessage --- parameters:
- description: message object in: body required: true schema: $ref: '#/definitions/NewNotifrMessage' type: object
summary: repeat notification by id description: security: - ApiKeyAuth: [] tags: - notifr responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerNotifr) Update ¶ added in v0.0.17
func (c ControllerNotifr) Update(ctx *gin.Context)
swagger:operation PUT /notifr/config notifyUpdateSettings --- parameters:
- description: Update notifr params in: body name: notifr required: true schema: $ref: '#/definitions/UpdateNotifrConfig' type: object
summary: update notifr settings description: security: - ApiKeyAuth: [] tags: - notifr responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerRole ¶
type ControllerRole struct {
*ControllerCommon
}
ControllerRole ...
func NewControllerRole ¶
func NewControllerRole(common *ControllerCommon) *ControllerRole
NewControllerRole ...
func (ControllerRole) Add ¶
func (c ControllerRole) Add(ctx *gin.Context)
swagger:operation POST /role roleAdd --- parameters:
- description: role params in: body name: role required: true schema: $ref: '#/definitions/NewRole' type: object
summary: add new role description: security: - ApiKeyAuth: [] tags: - role responses:
"200": description: OK schema: $ref: '#/definitions/Role' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerRole) Delete ¶
func (c ControllerRole) Delete(ctx *gin.Context)
swagger:operation DELETE /role/{name} roleDeleteById --- parameters:
- description: Role ID in: path name: name required: true type: string
summary: delete role by name description: security: - ApiKeyAuth: [] tags: - role responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerRole) GetAccessList ¶
func (c ControllerRole) GetAccessList(ctx *gin.Context)
swagger:operation GET /role/{name}/access_list roleGetById --- parameters:
- description: Role name in: path name: name required: true type: string
summary: get access list by role name description: security: - ApiKeyAuth: [] tags: - role responses:
"200": description: OK schema: type: object properties: access_list: $ref: '#/definitions/AccessList' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerRole) GetByName ¶
func (c ControllerRole) GetByName(ctx *gin.Context)
swagger:operation GET /role/{name} roleGetById --- parameters:
- description: Role name in: path name: name required: true type: string
summary: get role by name description: security: - ApiKeyAuth: [] tags: - role responses:
"200": description: OK schema: $ref: '#/definitions/Role' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerRole) GetList ¶
func (c ControllerRole) GetList(ctx *gin.Context)
swagger:operation GET /roles roleList --- summary: get role list description: security: - ApiKeyAuth: [] tags: - role parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/RoleList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerRole) Search ¶
func (c ControllerRole) Search(ctx *gin.Context)
swagger:operation GET /roles/search roleSearch --- summary: search role description: security: - ApiKeyAuth: [] tags: - role parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/RoleSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerRole) Update ¶
func (c ControllerRole) Update(ctx *gin.Context)
swagger:operation PUT /role/{name} roleUpdateById --- parameters:
- description: Role ID in: path name: name required: true type: string
- description: Update role params in: body name: role required: true schema: $ref: '#/definitions/UpdateRole'
summary: update role by name description: security: - ApiKeyAuth: [] tags: - role responses:
"200": description: OK schema: $ref: '#/definitions/Role' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerRole) UpdateAccessList ¶
func (c ControllerRole) UpdateAccessList(ctx *gin.Context)
swagger:operation PUT /role/{name}/access_list roleUpdateById --- parameters:
- description: Role name in: path name: name required: true type: string
- description: Update access list params in: body name: access_list_diff required: true schema: $ref: '#/definitions/AccessListDiff'
summary: update role access list description: security: - ApiKeyAuth: [] tags: - role responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerScript ¶
type ControllerScript struct { *ControllerCommon // contains filtered or unexported fields }
ControllerScript ...
func NewControllerScript ¶
func NewControllerScript(common *ControllerCommon, scriptService *scripts.ScriptService) *ControllerScript
NewControllerScript ...
func (ControllerScript) Add ¶
func (c ControllerScript) Add(ctx *gin.Context)
swagger:operation POST /script scriptAdd --- parameters:
- description: script params in: body name: script required: true schema: $ref: '#/definitions/NewScript' type: object
summary: add new script description: security: - ApiKeyAuth: [] tags: - script responses:
"200": description: OK schema: $ref: '#/definitions/Script' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerScript) Copy ¶ added in v0.0.10
func (c ControllerScript) Copy(ctx *gin.Context)
swagger:operation POST /script/{id}/copy scriptCopyById --- parameters:
- description: Script ID in: path name: id required: true type: integer
summary: copy script by id description: security: - ApiKeyAuth: [] tags: - script responses:
"200": description: OK schema: $ref: '#/definitions/Script' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerScript) Delete ¶
func (c ControllerScript) Delete(ctx *gin.Context)
swagger:operation DELETE /script/{id} scriptDeleteById --- parameters:
- description: Script ID in: path name: id required: true type: integer
summary: delete script by id description: security: - ApiKeyAuth: [] tags: - script responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerScript) Exec ¶
func (c ControllerScript) Exec(ctx *gin.Context)
swagger:operation POST /script/{id}/exec scriptExecById --- parameters:
- description: Script ID in: path name: id required: true type: integer
summary: Execute script by id description: security: - ApiKeyAuth: [] tags: - script responses:
"200": $ref: '#/responses/ScriptExec' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerScript) ExecSrc ¶
func (c ControllerScript) ExecSrc(ctx *gin.Context)
swagger:operation POST /script/{id}/exec_src scriptExecSrc --- parameters:
- description: source script in: body name: script required: true schema: $ref: '#/definitions/ExecScript' type: object
summary: Exec script from request params description: security: - ApiKeyAuth: [] tags: - script responses:
"200": $ref: '#/responses/ScriptExec' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerScript) GetById ¶
func (c ControllerScript) GetById(ctx *gin.Context)
swagger:operation GET /script/{id} scriptGetById --- parameters:
- description: Script ID in: path name: id required: true type: integer
summary: get script by id description: security: - ApiKeyAuth: [] tags: - script responses:
"200": description: OK schema: $ref: '#/definitions/Script' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerScript) GetList ¶
func (c ControllerScript) GetList(ctx *gin.Context)
swagger:operation GET /scripts scriptList --- summary: get script list description: security: - ApiKeyAuth: [] tags: - script parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/ScriptList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerScript) Search ¶
func (c ControllerScript) Search(ctx *gin.Context)
swagger:operation GET /scripts/search scriptSearch --- summary: search script description: security: - ApiKeyAuth: [] tags: - script parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/ScriptSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerScript) Update ¶
func (c ControllerScript) Update(ctx *gin.Context)
swagger:operation PUT /script/{id} scriptUpdateById --- parameters:
- description: Script ID in: path name: id required: true type: integer
- description: Update script params in: body name: script required: true schema: $ref: '#/definitions/UpdateScript' type: object
summary: update script by id description: security: - ApiKeyAuth: [] tags: - script responses:
"200": description: OK schema: $ref: '#/definitions/Script' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerSwagger ¶
type ControllerSwagger struct {
*ControllerCommon
}
ControllerSwagger ...
func NewControllerSwagger ¶
func NewControllerSwagger(common *ControllerCommon) *ControllerSwagger
NewControllerSwagger ...
func (ControllerSwagger) WrapHandler ¶
func (c ControllerSwagger) WrapHandler(h *webdav.Handler) gin.HandlerFunc
WrapHandler ...
type ControllerTemplate ¶ added in v0.0.17
type ControllerTemplate struct {
*ControllerCommon
}
ControllerTemplate ...
func NewControllerTemplate ¶ added in v0.0.17
func NewControllerTemplate(common *ControllerCommon) *ControllerTemplate
NewControllerTemplate ...
func (ControllerTemplate) Add ¶ added in v0.0.17
func (c ControllerTemplate) Add(ctx *gin.Context)
swagger:operation POST /template templateAdd --- parameters:
- description: template params in: body name: template required: true schema: $ref: '#/definitions/NewTemplate' type: object
summary: add new template item description: security: - ApiKeyAuth: [] tags: - template responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplate) Delete ¶ added in v0.0.17
func (c ControllerTemplate) Delete(ctx *gin.Context)
swagger:operation DELETE /template/{name} templateDeleteByName --- parameters:
- description: Template Name in: path name: name required: true type: string
summary: delete template by string description: security: - ApiKeyAuth: [] tags: - template responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplate) GetByName ¶ added in v0.0.17
func (c ControllerTemplate) GetByName(ctx *gin.Context)
swagger:operation GET /template/{name} templateGetByName --- parameters:
- description: Template Name in: path name: name required: true type: string
summary: get template by name description: security: - ApiKeyAuth: [] tags: - template responses:
"200": description: OK schema: $ref: '#/definitions/Template' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplate) GetList ¶ added in v0.0.17
func (c ControllerTemplate) GetList(ctx *gin.Context)
swagger:operation GET /templates templateList --- summary: get template list description: security: - ApiKeyAuth: [] tags: - template responses:
"200": $ref: '#/responses/TemplateList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplate) Preview ¶ added in v0.0.17
func (c ControllerTemplate) Preview(ctx *gin.Context)
swagger:operation POST /templates/preview templatePreview --- summary: preview template description: security: - ApiKeyAuth: [] tags: - template parameters:
- description: Update item params in: body name: template required: true schema: $ref: '#/definitions/TemplateContent' type: object
responses:
"200": $ref: '#/responses/Success' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplate) Search ¶ added in v0.0.17
func (c ControllerTemplate) Search(ctx *gin.Context)
swagger:operation GET /templates/search templateSearch --- summary: search template description: security: - ApiKeyAuth: [] tags: - template parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/TemplateSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplate) Update ¶ added in v0.0.17
func (c ControllerTemplate) Update(ctx *gin.Context)
swagger:operation PUT /template/{name} templateUpdateByName --- parameters:
- description: Template Name in: path name: name required: true type: string
- description: Update item params in: body name: template required: true schema: $ref: '#/definitions/UpdateTemplate' type: object
summary: update template by id description: security: - ApiKeyAuth: [] tags: - template responses:
"200": description: OK schema: $ref: '#/definitions/Template' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerTemplateItem ¶ added in v0.0.17
type ControllerTemplateItem struct {
*ControllerCommon
}
ControllerTemplateItem ...
func NewControllerTemplateItem ¶ added in v0.0.17
func NewControllerTemplateItem(common *ControllerCommon) *ControllerTemplateItem
NewControllerTemplateItem ...
func (ControllerTemplateItem) Add ¶ added in v0.0.17
func (c ControllerTemplateItem) Add(ctx *gin.Context)
swagger:operation POST /template_item templateAddItem --- parameters:
- description: template params in: body name: template required: true schema: $ref: '#/definitions/NewTemplateItem' type: object
summary: add new template item description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) Delete ¶ added in v0.0.17
func (c ControllerTemplateItem) Delete(ctx *gin.Context)
swagger:operation DELETE /template_item/{name} templateDeleteItemByName --- parameters:
- description: TemplateItem Name in: path name: name required: true type: string
summary: delete template item by string description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) GetByName ¶ added in v0.0.17
func (c ControllerTemplateItem) GetByName(ctx *gin.Context)
swagger:operation GET /template_item/{name} templateGetItemByName --- parameters:
- description: TemplateItem Name in: path name: name required: true type: string
summary: get template item by name description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": description: OK schema: $ref: '#/definitions/TemplateItem' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) GetList ¶ added in v0.0.17
func (c ControllerTemplateItem) GetList(ctx *gin.Context)
swagger:operation GET /template_items templateGetItemList --- summary: get template item list description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": $ref: '#/responses/TemplateItemSortedList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) GetTree ¶ added in v0.0.17
func (c ControllerTemplateItem) GetTree(ctx *gin.Context)
swagger:operation GET /template_items/tree templateGetItemsTree --- parameters: summary: get template items tree description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": description: OK schema: $ref: '#/definitions/TemplateTree' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) Update ¶ added in v0.0.17
func (c ControllerTemplateItem) Update(ctx *gin.Context)
swagger:operation PUT /template_item/{name} templateUpdateItemByName --- parameters:
- description: Template Name in: path name: name required: true type: string
- description: Update item params in: body name: template required: true schema: $ref: '#/definitions/UpdateTemplateItem' type: object
summary: update template by id description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": description: OK schema: $ref: '#/definitions/Template' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) UpdateStatus ¶ added in v0.0.17
func (c ControllerTemplateItem) UpdateStatus(ctx *gin.Context)
swagger:operation PUT /template_item/status/{name} templateUpdateStatusItemByName --- parameters:
- description: Template Name in: path name: name required: true type: string
- description: Update item params in: body name: template required: true schema: $ref: '#/definitions/UpdateTemplateItemStatus' type: object
summary: update template by id description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerTemplateItem) UpdateTree ¶ added in v0.0.17
func (c ControllerTemplateItem) UpdateTree(ctx *gin.Context)
swagger:operation PUT /template_items/tree templateUpdateItemsTree --- parameters:
- description: Update item params in: body name: template required: true schema: $ref: '#/definitions/UpdateTemplateTree' type: object
summary: update template by id description: security: - ApiKeyAuth: [] tags: - template_item responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerUser ¶
type ControllerUser struct {
*ControllerCommon
}
ControllerUser ...
func NewControllerUser ¶
func NewControllerUser(common *ControllerCommon) *ControllerUser
NewControllerUser ...
func (ControllerUser) Add ¶
func (c ControllerUser) Add(ctx *gin.Context)
swagger:operation POST /user userAdd --- parameters:
- description: user params in: body name: user required: true schema: $ref: '#/definitions/NewUser'
summary: add new user description: security: - ApiKeyAuth: [] tags: - user responses:
"200": description: OK schema: $ref: '#/definitions/UserFull' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerUser) Delete ¶
func (c ControllerUser) Delete(ctx *gin.Context)
swagger:operation DELETE /user/{id} userDeleteById --- parameters:
- description: User ID in: path name: id required: true type: integer
summary: delete user by id description: security: - ApiKeyAuth: [] tags: - user responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerUser) GetById ¶
func (c ControllerUser) GetById(ctx *gin.Context)
swagger:operation GET /user/{id} userGetById --- parameters:
- description: User ID in: path name: id required: true type: integer
summary: get user by id description: security: - ApiKeyAuth: [] tags: - user responses:
"200": description: OK schema: $ref: '#/definitions/UserFull' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerUser) GetList ¶
func (c ControllerUser) GetList(ctx *gin.Context)
swagger:operation GET /users userList --- summary: get user list description: security: - ApiKeyAuth: [] tags: - user parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/UserList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerUser) Update ¶
func (c ControllerUser) Update(ctx *gin.Context)
swagger:operation PUT /user/{id} userUpdateById --- parameters:
- description: User ID in: path name: id required: true type: integer
- description: Update user params in: body name: user required: true schema: $ref: '#/definitions/UpdateUser' type: object
summary: update user by id description: security: - ApiKeyAuth: [] tags: - user responses:
"200": description: OK schema: $ref: '#/definitions/UserFull' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerUser) UpdateStatus ¶
func (c ControllerUser) UpdateStatus(ctx *gin.Context)
swagger:operation PUT /user/{id}/update_status userUpdateStatus --- parameters:
- description: User ID in: path name: id required: true type: integer
- description: status params in: body name: user_status required: true schema: $ref: '#/definitions/UserUpdateStatusRequest'
summary: update user status description: security: - ApiKeyAuth: [] tags: - user responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerVersion ¶ added in v0.0.24
type ControllerVersion struct {
*ControllerCommon
}
ControllerVersion ...
func NewControllerVersion ¶ added in v0.0.24
func NewControllerVersion(common *ControllerCommon) *ControllerVersion
NewControllerVersion ...
func (ControllerVersion) Version ¶ added in v0.0.24
func (c ControllerVersion) Version(ctx *gin.Context)
swagger:operation GET /version getServerVersion --- summary: get server version description: tags: - version responses:
"200": description: OK schema: $ref: '#/definitions/Version'
type ControllerWorkflow ¶
type ControllerWorkflow struct {
*ControllerCommon
}
ControllerWorkflow ...
func NewControllerWorkflow ¶
func NewControllerWorkflow(common *ControllerCommon) *ControllerWorkflow
NewControllerWorkflow ...
func (ControllerWorkflow) Add ¶
func (c ControllerWorkflow) Add(ctx *gin.Context)
swagger:operation POST /workflow workflowAdd --- parameters:
- description: workflow params in: body name: workflow required: true schema: $ref: '#/definitions/NewWorkflow' type: object
summary: add new workflow description: security: - ApiKeyAuth: [] tags: - workflow responses:
"200": description: OK schema: $ref: '#/definitions/Workflow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflow) Delete ¶
func (c ControllerWorkflow) Delete(ctx *gin.Context)
swagger:operation DELETE /workflow/{id} workflowDeleteById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
summary: delete workflow by id description: security: - ApiKeyAuth: [] tags: - workflow responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerWorkflow) GetById ¶
func (c ControllerWorkflow) GetById(ctx *gin.Context)
swagger:operation GET /workflow/{id} workflowGetById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
summary: get workflow by id description: security: - ApiKeyAuth: [] tags: - workflow responses:
"200": description: OK schema: $ref: '#/definitions/Workflow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerWorkflow) GetList ¶
func (c ControllerWorkflow) GetList(ctx *gin.Context)
swagger:operation GET /workflows workflowList --- summary: get workflow list description: security: - ApiKeyAuth: [] tags: - workflow parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/WorkflowList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflow) Search ¶
func (c ControllerWorkflow) Search(ctx *gin.Context)
swagger:operation GET /workflows/search workflowSearch --- summary: search workflow description: security: - ApiKeyAuth: [] tags: - workflow parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/WorkflowSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflow) Update ¶
func (c ControllerWorkflow) Update(ctx *gin.Context)
Workflow godoc swagger:operation PUT /workflow/{id} workflowUpdateById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: Update workflow params in: body name: workflow required: true schema: $ref: '#/definitions/UpdateWorkflow' type: object
summary: update workflow by id description: security: - ApiKeyAuth: [] tags: - workflow responses:
"200": description: OK schema: $ref: '#/definitions/Workflow' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerWorkflow) UpdateScenario ¶
func (c ControllerWorkflow) UpdateScenario(ctx *gin.Context)
Workflow godoc swagger:operation PUT /workflow/{id}/update_scenario workflowUpdateScenario --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: Update workflow scenario params in: body name: workflowUpdateWorkflowScenario required: true schema: $ref: '#/definitions/WorkflowUpdateWorkflowScenario'
summary: update workflow scenario description: security: - ApiKeyAuth: [] tags: - workflow responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerWorkflowScenario ¶
type ControllerWorkflowScenario struct {
*ControllerCommon
}
ControllerWorkflowScenario ...
func NewControllerWorkflowScenario ¶
func NewControllerWorkflowScenario(common *ControllerCommon) *ControllerWorkflowScenario
NewControllerWorkflowScenario ...
func (ControllerWorkflowScenario) Add ¶
func (c ControllerWorkflowScenario) Add(ctx *gin.Context)
swagger:operation POST /workflow/{id}/scenario workflowScenarioAdd --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: workflow scenario params in: body name: workflow_scenario required: true schema: $ref: '#/definitions/NewWorkflowScenario'
summary: add new workflow scenario description: security: - ApiKeyAuth: [] tags: - workflow_scenario responses:
"200": description: OK schema: $ref: '#/definitions/WorkflowScenario' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflowScenario) Delete ¶
func (c ControllerWorkflowScenario) Delete(ctx *gin.Context)
swagger:operation DELETE /workflow/{id}/scenario/{scenario_id} workflowScenarioDeleteById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: Workflow scenario ID in: path name: scenario_id required: true type: integer
summary: delete workflow scenario by id description: security: - ApiKeyAuth: [] tags: - workflow_scenario responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerWorkflowScenario) GetById ¶
func (c ControllerWorkflowScenario) GetById(ctx *gin.Context)
swagger:operation GET /workflow/{id}/scenario/{scenario_id} workflowScenarioGetById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: WorkflowScenario ID in: path name: scenario_id required: true type: integer
summary: get workflow scenario by id description: security: - ApiKeyAuth: [] tags: - workflow_scenario responses:
"200": description: OK schema: $ref: '#/definitions/WorkflowScenario' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerWorkflowScenario) GetList ¶
func (c ControllerWorkflowScenario) GetList(ctx *gin.Context)
swagger:operation GET /workflow/{id}/scenarios workflowScenarioList --- summary: get workflow scenario list description: security: - ApiKeyAuth: [] tags: - workflow_scenario parameters:
- description: Workflow ID in: path name: id required: true type: integer
responses:
"200": $ref: '#/responses/WorkflowScenarios' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflowScenario) Search ¶
func (c ControllerWorkflowScenario) Search(ctx *gin.Context)
swagger:operation GET /workflow/{id}/scenarios/search workflowScenarioSearch --- summary: search workflow scenario description: security: - ApiKeyAuth: [] tags: - workflow_scenario parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/WorkflowScenarioSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerWorkflowScenario) Update ¶
func (c ControllerWorkflowScenario) Update(ctx *gin.Context)
swagger:operation PUT /workflow/{id}/scenario/{scenario_id} workflowScenarioUpdateById --- parameters:
- description: Workflow ID in: path name: id required: true type: integer
- description: WorkflowScenario ID in: path name: scenario_id required: true type: integer
- description: Update workflow scenario params in: body name: workflowScenario required: true schema: $ref: '#/definitions/UpdateWorkflowScenario' type: object
summary: update workflow scenario by id description: security: - ApiKeyAuth: [] tags: - workflow_scenario responses:
"200": description: OK schema: $ref: '#/definitions/WorkflowScenario' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllerZigbee2mqtt ¶ added in v0.1.0
type ControllerZigbee2mqtt struct {
*ControllerCommon
}
ControllerZigbee2mqtt ...
func NewControllerZigbee2mqtt ¶ added in v0.1.0
func NewControllerZigbee2mqtt(common *ControllerCommon) *ControllerZigbee2mqtt
NewControllerZigbee2mqtt ...
func (ControllerZigbee2mqtt) Add ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Add(ctx *gin.Context)
swagger:operation POST /zigbee2mqtt bridgeAdd --- parameters:
- description: zigbee2mqtt params in: body name: zigbee2mqtt required: true schema: $ref: '#/definitions/NewZigbee2mqtt' type: object
summary: add new zigbee2mqtt description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": description: OK schema: $ref: '#/definitions/Zigbee2mqtt' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) Delete ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Delete(ctx *gin.Context)
swagger:operation DELETE /zigbee2mqtt/{id} bridgeDeleteById --- parameters:
- description: Zigbee2mqtt ID in: path name: id required: true type: integer
summary: delete bridge by id description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) DeviceBan ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) DeviceBan(ctx *gin.Context)
swagger:operation POST /zigbee2mqtt/{id}/device_ban banDevice --- parameters:
- description: set device to ban in: path name: id required: true type: integer
- name: friendly_name in: query description: device id required: true type: text
summary: set device to ban description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) DeviceRename ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) DeviceRename(ctx *gin.Context)
swagger:operation PATCH /zigbee2mqtts/device_rename deviceRename --- parameters:
- name: friendly_name in: query description: device id required: true type: string
- name: name in: query description: new name required: true type: string
summary: rename device description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) DeviceWhitelist ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) DeviceWhitelist(ctx *gin.Context)
swagger:operation POST /zigbee2mqtt/{id}/device_whitelist deviceWhitelist --- parameters:
- description: set device by id to white list in: path name: id required: true type: integer
- name: friendly_name in: query description: device id required: true type: text
summary: set device by id to white list description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) GetById ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) GetById(ctx *gin.Context)
swagger:operation GET /zigbee2mqtt/{id} bridgeGetById --- parameters:
- description: get zigbee2mqtt bridge by ID in: path name: id required: true type: integer
summary: get zigbee2mqtt bridge by ID description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": description: OK schema: $ref: '#/definitions/Zigbee2mqttInfo' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) GetList ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) GetList(ctx *gin.Context)
swagger:operation GET /zigbee2mqtts bridgeList --- summary: get bridge list description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt parameters:
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
- default: DESC description: order in: query name: order type: string
- default: id description: sort_by in: query name: sort_by type: string
responses:
"200": $ref: '#/responses/Zigbee2mqttList' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) Networkmap ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Networkmap(ctx *gin.Context)
swagger:operation GET /zigbee2mqtt/{id}/networkmap Networkmap --- parameters:
- description: get network map in: path name: id required: true type: integer
summary: get network map description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) Reset ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Reset(ctx *gin.Context)
swagger:operation POST /zigbee2mqtt/{id}/reset bridgeResetById --- parameters:
- description: reset zigbee2mqtt bridge by ID in: path name: id required: true type: integer
summary: reset zigbee2mqtt bridge by ID description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) Search ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Search(ctx *gin.Context)
swagger:operation GET /zigbee2mqtts/search_device zigbee2mqttSearchDevice --- summary: search device by name description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt parameters:
- description: query in: query name: query type: string
- default: 10 description: limit in: query name: limit required: true type: integer
- default: 0 description: offset in: query name: offset required: true type: integer
responses:
"200": $ref: '#/responses/Zigbee2mqttDeviceSearch' "401": description: "Unauthorized" "403": description: "Forbidden" "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) Update ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) Update(ctx *gin.Context)
swagger:operation PUT /zigbee2mqtt/{id} bridgeUpdateById --- parameters:
- description: Zigbee2mqtt ID in: path name: id required: true type: integer
- description: Update bridge params in: body name: bridge required: true schema: $ref: '#/definitions/UpdateZigbee2mqtt' type: object
summary: update bridge by id description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": description: OK schema: $ref: '#/definitions/Zigbee2mqtt' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
func (ControllerZigbee2mqtt) UpdateNetworkmap ¶ added in v0.1.0
func (c ControllerZigbee2mqtt) UpdateNetworkmap(ctx *gin.Context)
swagger:operation POST /zigbee2mqtt/{id}/update_networkmap UpdateNetworkmap --- parameters:
- description: update network map in: path name: id required: true type: integer
summary: reset update network map description: security: - ApiKeyAuth: [] tags: - zigbee2mqtt responses:
"200": $ref: '#/responses/Success' "400": $ref: '#/responses/Error' "401": description: "Unauthorized" "403": description: "Forbidden" "404": $ref: '#/responses/Error' "500": $ref: '#/responses/Error'
type ControllersV1 ¶
type ControllersV1 struct { Index *ControllerIndex Node *ControllerNode Swagger *ControllerSwagger Script *ControllerScript Workflow *ControllerWorkflow Device *ControllerDevice Role *ControllerRole User *ControllerUser Auth *ControllerAuth DeviceAction *ControllerDeviceAction DeviceState *ControllerDeviceState Map *ControllerMap MapLayer *ControllerMapLayer MapElement *ControllerMapElement Image *ControllerImage WorkflowScenario *ControllerWorkflowScenario Flow *ControllerFlow Log *ControllerLog Gate *ControllerGate MapZone *ControllerMapZone Template *ControllerTemplate TemplateItem *ControllerTemplateItem Notifr *ControllerNotifr Mqtt *ControllerMqtt Version *ControllerVersion Zigbee2mqtt *ControllerZigbee2mqtt MapDeviceHistory *ControllerMapDeviceHistory Alexa *ControllerAlexa }
ControllersV1 ...
func NewControllersV1 ¶
func NewControllersV1(adaptors *adaptors.Adaptors, core *core.Core, scriptService *scripts.ScriptService, accessList *access_list.AccessListService, command *endpoint.Endpoint) *ControllersV1
NewControllersV1 ...
type Error ¶
type Error struct { Payload *models.Error `json:"body,omitempty"` // contains filtered or unexported fields }
Error ...
func (*Error) ValidationToErrors ¶
func (e *Error) ValidationToErrors(errs []*validation.Error) *Error
ValidationToErrors ...
Source Files ¶
- alexa.go
- auth.go
- common.go
- controllers.go
- device.go
- device_action.go
- device_state.go
- error.go
- flow.go
- gate.go
- image.go
- index.go
- log.go
- map.go
- map_device_history.go
- map_element.go
- map_layer.go
- map_zone.go
- mqtt.go
- node.go
- notifr.go
- response.go
- role.go
- script.go
- swagger.go
- template.go
- template_item.go
- user.go
- version.go
- workflow.go
- workflow_scanario.go
- zigbee2mqtt.go