Documentation
¶
Index ¶
Constants ¶
View Source
const (
DATAEND byte = '\n' //数据尾帧标识符 (防止粘包)
)
Variables ¶
This section is empty.
Functions ¶
func AesDecrypt ¶
func AesDecryptStruct ¶
func AesEncrypt ¶
func AesEncryptStruct ¶
Types ¶
type IO ¶
type IO struct {
// contains filtered or unexported fields
}
func NewIOWrapper ¶
func NewIOWrapper(rwc io.ReadWriteCloser) *IO
func NewReadWrapper ¶ added in v1.0.14
func NewWriteWrapper ¶ added in v1.0.14
Click to show internal directories.
Click to hide internal directories.