Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crabkun/crab
/ types & classes
Types & classes
17 in github.com/crabkun/crab
⨍
Functions
65
◇
Types & classes
17
Struct
Aes128CfbCrypto
crypto/aes128cfb.go:11
Struct
BaseConfig
config/config.go:9
Struct
ClientConfig
config/config.go:105
Interface
Compress
compress/compress.go:9
Interface
Crypto
crypto/crypto.go:9
Struct
MasterConfig
config/config.go:24
FuncType
NewCompressReaderFunc
func(r io.ReadCloser) (Compress, error)
compress/compress.go:15
FuncType
NewCompressWriterFunc
func(w io.WriteCloser) (Compress, error)
compress/compress.go:16
FuncType
NewCryptoReaderFunc
func(key string, r io.ReadCloser) (Crypto, error)
crypto/crypto.go:15
FuncType
NewCryptoWriterFunc
func(key string, w io.WriteCloser) (Crypto, error)
crypto/crypto.go:16
Struct
NullCompress
compress/null.go:7
Struct
PlainCrypto
crypto/plain.go:5
Struct
PortConfig
config/config.go:75
Struct
S2
compress/s2.go:8
Struct
ServerConfig
config/config.go:39
Struct
Zstd
compress/zstd.go:8
Struct
client
master.go:21