Bug on Format date
This commit is contained in:
parent
091cbb9e7f
commit
772287225f
@ -19,10 +19,10 @@ type SharedWorkspace struct {
|
|||||||
Version string `json:"version,omitempty" bson:"version,omitempty"`
|
Version string `json:"version,omitempty" bson:"version,omitempty"`
|
||||||
Description string `json:"description,omitempty" bson:"description,omitempty" validate:"required"`
|
Description string `json:"description,omitempty" bson:"description,omitempty" validate:"required"`
|
||||||
Attributes map[string]interface{} `json:"attributes,omitempty" bson:"attributes,omitempty"`
|
Attributes map[string]interface{} `json:"attributes,omitempty" bson:"attributes,omitempty"`
|
||||||
Workspaces []string `json:"workspaces" bson:"workspaces"`
|
Workspaces []string `json:"workspaces,omitempty" bson:"workspaces,omitempty"`
|
||||||
Workflows []string `json:"workflows" bson:"workflows"`
|
Workflows []string `json:"workflows,omitempty" bson:"workflows,omitempty"`
|
||||||
Peers []string `json:"peers" bson:"peers"`
|
Peers []string `json:"peers,omitempty" bson:"peers,omitempty"`
|
||||||
Rules []string `json:"rules" bson:"rules"`
|
Rules []string `json:"rules,omitempty" bson:"rules,omitempty"`
|
||||||
|
|
||||||
SharedRules []*rule.Rule `json:"shared_rules,omitempty" bson:"-"`
|
SharedRules []*rule.Rule `json:"shared_rules,omitempty" bson:"-"`
|
||||||
SharedWorkspaces []*workspace.Workspace `json:"shared_workspaces,omitempty" bson:"-"`
|
SharedWorkspaces []*workspace.Workspace `json:"shared_workspaces,omitempty" bson:"-"`
|
||||||
|
Loading…
Reference in New Issue
Block a user