Static file upload via optional direct link or multipart form
This commit is contained in:
@@ -14,7 +14,6 @@ const (
|
||||
Relationship = "relationship"
|
||||
Type = "type"
|
||||
Title = "title"
|
||||
Image = "image"
|
||||
Text = "text"
|
||||
Modified = "modified"
|
||||
Connections = "connections"
|
||||
@@ -25,7 +24,6 @@ type One struct {
|
||||
Name string `bson:"_id,omitempty" json:"name,omitempty"`
|
||||
Type string `bson:"type,omitempty" json:"type,omitempty"`
|
||||
Title string `bson:"title,omitempty" json:"title,omitempty"`
|
||||
Image string `bson:"image,omitempty" json:"image,omitempty"`
|
||||
Text string `bson:"text,omitempty" json:"text,omitempty"`
|
||||
Relationship string `bson:"relationship,omitempty" json:"relationship,omitempty"`
|
||||
Modified int64 `bson:"modified,omitempty" json:"modified,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user