Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Medium map[string]interface{} = map[string]interface{}{ "name": "Test Medium", "slug": "test-medium", "type": "testtype", "title": "Test Title", "description": "Test Description", "caption": "Test Caption", "alt_text": "Test alt text", "file_size": 100, "url": postgres.Jsonb{ RawMessage: []byte(`{"raw":"http://testimage.com/test.jpg"}`), }, "dimensions": "testdims", }
View Source
var MediumCols []string = []string{"id", "created_at", "updated_at", "deleted_at", "created_by_id", "updated_by_id", "name", "slug", "type", "title", "description", "caption", "alt_text", "file_size", "url", "dimensions"}
Functions ¶
func MediumSelectMock ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.