package md type CommUserId struct { Uid string `json:"uid"` ParentUid string `json:"parent_uid"` } type CommOid struct { Oid string `json:"oid"` }