//
pkg.gl
Category
github.com/osgochina/dmicro
drpc
tfilter
package
1.2.2
Repository:
https://github.com/osgochina/dmicro.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
9
Dependents
9
Files
303 SLOC
#
Functions
Get
Get 通过id获取过滤器对象.
GetByName
GetByName 通过过滤器名称返回过滤器对象.
NewPipeTFilter
NewPipeTFilter 创建传输过滤器管道.
Reg
Reg 注册过滤器.
RegAES
No description provided by the author
RegGzip
RegGzip registers a gzip filter for transfer.
RegMD5
RegMD5 注册md5校验过滤器.
#
Constants
AesId
No description provided by the author
AesName
No description provided by the author
GzipId
No description provided by the author
GzipName
No description provided by the author
Md5Id
No description provided by the author
Md5Name
No description provided by the author
#
Variables
ErrTransferFilterTooLong
No description provided by the author
#
Structs
Gzip
No description provided by the author
PipeTFilter
PipeTFilter 传输过滤器切片,能批量执行注册的tFilter.
#
Interfaces
TransferFilter
TransferFilter 传输过滤器接口.