Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaRecord ¶
type MediaRecord struct { ID string `json:"id" db:"id"` Storage string `json:"-" db:"storage"` Type MediaType `json:"type" db:"type"` Filename string `json:"filename" db:"filename"` Link string `json:"link" db:"link"` CreatedAt *time.Time `json:"created_at" db:"created_at"` UpdatedAt *time.Time `json:"updated_at" db:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.