Messaging repo ported to store and cleaned
This commit is contained in:
@@ -19,7 +19,7 @@ type (
|
||||
Name string `json:"name"`
|
||||
Config ChartConfig `json:"config"`
|
||||
|
||||
NamespaceID uint64 `json:"namespaceID,string" db:"rel_namespace,string"`
|
||||
NamespaceID uint64 `json:"namespaceID,string"`
|
||||
|
||||
CreatedAt time.Time `json:"createdAt,omitempty"`
|
||||
UpdatedAt *time.Time `json:"updatedAt,omitempty"`
|
||||
|
||||
@@ -16,7 +16,7 @@ type (
|
||||
Handle string `json:"handle"`
|
||||
Name string `json:"name"`
|
||||
Meta types.JSONText `json:"meta"`
|
||||
Fields ModuleFieldSet `json:"fields" db:"-"`
|
||||
Fields ModuleFieldSet `json:"fields"`
|
||||
|
||||
NamespaceID uint64 `json:"namespaceID,string"`
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ type (
|
||||
|
||||
Blocks PageBlocks `json:"blocks"`
|
||||
|
||||
Children PageSet `json:"children,omitempty" db:"-"`
|
||||
Children PageSet `json:"children,omitempty"`
|
||||
|
||||
Visible bool `json:"visible"`
|
||||
Weight int `json:"weight"`
|
||||
|
||||
Reference in New Issue
Block a user