1 Star 1 Fork 1

刘昭/amf

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api_non_uen2_message_notification_individual_subscription_document.go 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
刘昭 提交于 2022-01-25 19:22 +08:00 . 1.0.1
/*
* Namf_Communication
*
* AMF Communication Service
*
* API version: 1.0.0
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package communication
import (
"net/http"
"github.com/gin-gonic/gin"
"gitee.com/liu-zhao234568/amf/logger"
)
// NonUeN2InfoUnSubscribe - Namf_Communication Non UE N2 Info UnSubscribe service Operation
func HTTPNonUeN2InfoUnSubscribe(c *gin.Context) {
logger.CommLog.Warnf("Handle Non Ue N2 Info UnSubscribe is not implemented.")
c.JSON(http.StatusOK, gin.H{})
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu-zhao234568/amf.git
git@gitee.com:liu-zhao234568/amf.git
liu-zhao234568
amf
amf
v1.3.0

搜索帮助