Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Columns []string = []string{"id", "created_at", "updated_at", "deleted_at", "created_by_id", "updated_by_id", "name", "slug", "description", "html_description", "parent_id", "meta_fields", "medium_id", "is_featured", "space_id"}
View Source
var Data map[string]interface{} = map[string]interface{}{ "name": "Test category", "slug": "test-category", "description": postgres.Jsonb{ RawMessage: []byte(`{"time":1617039625490,"blocks":[{"type":"paragraph","data":{"text":"Test Description"}}],"version":"2.19.0"}`), }, "html_description": "<p>Test Description</p>", "parent_id": 0, "medium_id": 1, "is_featured": true, "meta_fields": postgres.Jsonb{ RawMessage: []byte(`{"type":"description"}`), }, }
Functions ¶
func SelectWithOutSpace ¶
func SelectWithOutSpace(mock sqlmock.Sqlmock)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.