enums

package
v0.0.0-...-a6b6bab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package enums @Link https://gitee.com/linngc/central-mirror @Copyright Copyright (c) 2022 central CLI @Author linngc @License

Package enums @Link https://gitee.com/linngc/central-mirror @Copyright Copyright (c) 2022 central CLI @Author linngc @License

Package enums @Link https://gitee.com/linngc/central-mirror @Copyright Copyright (c) 2022 central CLI @Author linngc @License

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DlType

type DlType string //DlTag 标识Tag
const (
	DlGolang DlType = "golang" //Golang 常量
	DlGradle DlType = "gradle" //Gradle 常量
	DlPython DlType = "python" //Python 常量
)

func (DlType) String

func (p DlType) String() string

String 根据枚举对象获取key枚举字符串

type OperationType

type OperationType string //数据操作标识
const (
	OperationAdd OperationType = "add" //新增数据
	OperationDel OperationType = "del" //移除数据
)

type ProxyType

type ProxyType string //Process标识Tag
const (
	ProxyAlpine ProxyType = "alpine" //alpine常量
	ProxyGolang ProxyType = "golang" //golang常量
	ProxyMaven  ProxyType = "maven"  //maven常量
	ProxyNpm    ProxyType = "npm"    //npm常量
	ProxyPython ProxyType = "python" //python常量
)

ProcessLogger 自定义Process通道event标识

func (ProxyType) String

func (p ProxyType) String() string

String 根据枚举对象获取key枚举字符串

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL