Documentation ¶
Overview ¶
Package em @Link https://gitee.com/linngc/center.gf @Copyright Copyright (c) 2022 center CLI @Author linngc @License
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CenterTypeMap ¶
func CenterTypeMap() map[string]CenterType
func OssTypeMap ¶
Types ¶
type CenterType ¶
type CenterType int //代理仓库类型
const ( Golang CenterType = iota Maven Docker Npm )
func GetCenterType ¶
func GetCenterType(str string) CenterType
func (CenterType) String ¶
func (p CenterType) String() string
Click to show internal directories.
Click to hide internal directories.