omitempty
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
type URL struct {
|
||||
Protocol string `bson:"protocol,omitempty" json:"protocol"`
|
||||
Path string `bson:"path,omitempty" json:"path"`
|
||||
Protocol string `bson:"protocol,omitempty" json:"protocol,omitempty"`
|
||||
Path string `bson:"path,omitempty" json:"path,omitempty"`
|
||||
}
|
||||
|
||||
type StorageResource struct {
|
||||
|
Reference in New Issue
Block a user