mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 19:34:43 +08:00
go fmt
This commit is contained in:
@@ -24,7 +24,7 @@ const (
|
||||
type Needle struct {
|
||||
Cookie Cookie `comment:"random number to mitigate brute force lookups"`
|
||||
Id NeedleId `comment:"needle id"`
|
||||
Size Size `comment:"sum of DataSize,Data,NameSize,Name,MimeSize,Mime"`
|
||||
Size Size `comment:"sum of DataSize,Data,NameSize,Name,MimeSize,Mime"`
|
||||
|
||||
DataSize uint32 `comment:"Data size"` //version2
|
||||
Data []byte `comment:"The actual file data"`
|
||||
|
Reference in New Issue
Block a user