mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-22 04:37:50 +01:00
huge changes that need more doucmenting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
File Name: Block Record File.go
|
||||
File Username: Block Record File.go
|
||||
Copyright: 2021 Peernet s.r.o.
|
||||
Author: Peter Kleissner
|
||||
|
||||
@@ -48,6 +48,8 @@ type BlockRecordFile struct {
|
||||
Size uint64 // Size of the file data
|
||||
NodeID []byte // Node ID, owner of the file
|
||||
Tags []BlockRecordFileTag // Tags provide additional metadata
|
||||
ProfileImage []byte // ProfileImage of the user who uploaded the file
|
||||
Username string // Username of the User who uploaded the file
|
||||
}
|
||||
|
||||
// BlockRecordFileTag provides metadata about the file.
|
||||
|
||||
Reference in New Issue
Block a user