Documentation ¶ Index ¶ func UniqueFileId() string type File type Meta Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UniqueFileId ¶ func UniqueFileId() string Types ¶ type File ¶ type File struct { Meta *Meta `json:"meta"` io.ReadCloser `json:"-"` } type Meta ¶ type Meta struct { Id string `json:"id,omitempty" description:"unique file id"` Name string `json:"name"` Size int `json:"size,omitempty"` ContentType string `json:"contentType"` MD5 string `json:"md5,omitempty"` } Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.