mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
need to add sender info
This commit is contained in:
parent
58910a3f34
commit
197ca9a10d
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ type RemoteFileRequest struct {
|
|||
FilesToTransferCurrentNum int
|
||||
}
|
||||
|
||||
type SenderInfo struct {
|
||||
}
|
||||
|
||||
func (m Message) String() string {
|
||||
b, _ := json.Marshal(m)
|
||||
return string(b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue