space

package
v0.0.0-...-be294a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Columns = []string{"id", "created_at", "updated_at", "deleted_at", "created_by_id", "updated_by_id", "title", "description", "status", "media", "posts", "episodes", "podcast", "fact_check", "space_id"}
View Source
var Data = map[string]interface{}{
	"title": "Test Title",
	"description": postgres.Jsonb{
		RawMessage: []byte(`{"type":"description"}`),
	},
	"status":     "pending",
	"space_id":   1,
	"posts":      10,
	"episodes":   10,
	"podcast":    true,
	"media":      10,
	"fact_check": true,
}

Functions

func SelectQuery

func SelectQuery(mock sqlmock.Sqlmock, args ...driver.Value)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL