Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
 - type Date
 - type Email
 - type File
 - func (file File) Bytes() ([]byte, error)
 - func (file File) FileSize() int64
 - func (file File) Filename() string
 - func (file *File) InitFromBytes(data []byte, filename string)
 - func (file *File) InitFromMultipart(header *multipart.FileHeader)
 - func (file File) MarshalJSON() ([]byte, error)
 - func (file File) Reader() (io.ReadCloser, error)
 - func (file *File) UnmarshalJSON(data []byte) error
 
- type UUID
 
Constants ¶
      View Source
      
  
const DateFormat = "2006-01-02"
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
	// contains filtered or unexported fields
}
    func (*File) InitFromBytes ¶
func (*File) InitFromMultipart ¶
func (file *File) InitFromMultipart(header *multipart.FileHeader)
func (File) MarshalJSON ¶
func (*File) UnmarshalJSON ¶
 Click to show internal directories. 
   Click to hide internal directories.