package models type MinioFile struct { ID *string `json:"id" db:"id" id_type:"UUID"` RefType *string `json:"refType" db:"ref_type"` RefId *string `json:"refId" db:"ref_id"` Path *string `json:"path" db:"path"` ContentType *string `json:"contentType" db:"content_type"` FileType *string `json:"fileType" db:"file_type"` FileName *string `json:"fileName" db:"file_name"` CreateTime *string `json:"createTime" db:"create_time"` }