Bug on Format date
This commit is contained in:
parent
4a932c8e23
commit
3c5c065b8d
@ -14,7 +14,7 @@ type Workspace struct {
|
|||||||
resources.ResourceSet
|
resources.ResourceSet
|
||||||
IsContextual bool `json:"is_contextual" bson:"is_contextual" default:"false"`
|
IsContextual bool `json:"is_contextual" bson:"is_contextual" default:"false"`
|
||||||
Active bool `json:"active" bson:"active" default:"false"`
|
Active bool `json:"active" bson:"active" default:"false"`
|
||||||
Shared string `json:"shared" bson:"shared" default:"false"`
|
Shared string `json:"shared,omitempty" bson:"shared,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ao *Workspace) GetID() string {
|
func (ao *Workspace) GetID() string {
|
||||||
|
Loading…
Reference in New Issue
Block a user