1 Star 0 Fork 0

FatCoder/go-netdicom

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sourcetype_string.go 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Code generated by "stringer -type SourceType"; DO NOT EDIT
package pdu
import "fmt"
const _SourceType_name = "SourceULServiceUserSourceULServiceProviderACSESourceULServiceProviderPresentation"
var _SourceType_index = [...]uint8{0, 19, 46, 81}
func (i SourceType) String() string {
i -= 1
if i >= SourceType(len(_SourceType_index)-1) {
return fmt.Sprintf("SourceType(%d)", i+1)
}
return _SourceType_name[_SourceType_index[i]:_SourceType_index[i+1]]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/weili0115/go-netdicom.git
git@gitee.com:weili0115/go-netdicom.git
weili0115
go-netdicom
go-netdicom
6ca77c57cdf9

搜索帮助