Skip to content
Snippets Groups Projects
models.go 341 B
Newer Older
  • Learn to ignore specific revisions
  • // Object represents a partial object from the database.
    type Object struct {
    
    	ContentType  *string    `json:"content_type"`
    	DestURL      *string    `json:"dest_url"`
    	ObjectType   int        `json:"object_type"`
    	DeletedAt    *time.Time `json:"deleted_at"`
    	DeleteReason *string    `json:"delete_reason"`