Ai
1 Star 0 Fork 0

南京未来物联科技有限公司/fn-onvif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
function.go 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
lan_xin2578 提交于 2023-06-25 19:59 +08:00 . first commit
// -*- Mode: Go; indent-tabs-mode: t -*-
//
// Copyright (C) 2022 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0
// Code generated by gen_commands.py DO NOT EDIT.
package media2
type AddConfigurationFunction struct{}
func (_ *AddConfigurationFunction) Request() interface{} {
return &AddConfiguration{}
}
func (_ *AddConfigurationFunction) Response() interface{} {
return &AddConfigurationResponse{}
}
type GetAnalyticsConfigurationsFunction struct{}
func (_ *GetAnalyticsConfigurationsFunction) Request() interface{} {
return &GetAnalyticsConfigurations{}
}
func (_ *GetAnalyticsConfigurationsFunction) Response() interface{} {
return &GetAnalyticsConfigurationsResponse{}
}
type GetProfilesFunction struct{}
func (_ *GetProfilesFunction) Request() interface{} {
return &GetProfiles{}
}
func (_ *GetProfilesFunction) Response() interface{} {
return &GetProfilesResponse{}
}
type RemoveConfigurationFunction struct{}
func (_ *RemoveConfigurationFunction) Request() interface{} {
return &RemoveConfiguration{}
}
func (_ *RemoveConfigurationFunction) Response() interface{} {
return &RemoveConfigurationResponse{}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/fnaiot/fn-onvif.git
git@gitee.com:fnaiot/fn-onvif.git
fnaiot
fn-onvif
fn-onvif
v1.0.0

搜索帮助