Support tag property on objects
This commit is contained in:
@@ -112,6 +112,7 @@ type Object struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
Content string `json:"content"`
|
||||
ContentMap map[string]string `json:"contentMap,omitempty"`
|
||||
Tag []Tag `json:"tag"`
|
||||
}
|
||||
|
||||
// NewNoteObject creates a basic Note object that includes the public
|
||||
|
||||
Reference in New Issue
Block a user