| 25 | type 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 | } |
| 28 | type WLog interface{ |
| 29 | WriteLog(logStr string) |
| 30 | } |
| 31 | type ServerConfig struct { |
| 32 | RespHead atomic.Value // 存 string |
nothing calls this directly
no outgoing calls
no test coverage detected