MCPcopy Create free account
hub / github.com/Mazzy-Stars/lain_c2 / ServerConfig

Struct ServerConfig

protocol/httpServer.go:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25type Putserver interface {
26 PutServer(port, path, connPath, msgPath,switch_key,encry_key,download,result,net,info,upload,list,option,protocol,remark,cert, key,uid,hostname,keyPart,filekey,windows_pro,baseRounds,resphead,username string) bool
27}
28type WLog interface{
29 WriteLog(logStr string)
30}
31type ServerConfig struct {
32 RespHead atomic.Value // 存 string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected