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 OperationType ¶
type OperationType string //数据操作标识
const ( OperationAdd OperationType = "add" //新增数据 OperationDel OperationType = "del" //移除数据 )
type ProxyType ¶
type ProxyType string //Process标识Tag
Click to show internal directories.
Click to hide internal directories.