This commit is contained in:
Matt Joiner 2017-01-18 12:09:51 +11:00
parent a11df82349
commit 902e40dd67
1 changed files with 8 additions and 7 deletions

View File

@ -19,6 +19,7 @@ type Info struct {
Name string `bencode:"name"`
Length int64 `bencode:"length,omitempty"`
Private *bool `bencode:"private,omitempty"`
// TODO: Document this field.
Source string `bencode:"source,omitempty"`
Files []FileInfo `bencode:"files,omitempty"`
}