plan

package
v0.0.0-...-7fd5faa Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2021 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Plan map[string]interface{} = map[string]interface{}{
	"name":        "Test Plan",
	"description": "Test Plan Description",
	"status":      "teststatus",
	"price":       100,
	"currency_id": 1,
	"duration":    364,
	"catalog_ids": []uint{1},
}
View Source
var PlanCols []string = []string{"id", "created_at", "updated_at", "deleted_at", "created_by_id", "updated_by_id", "name", "description", "status", "duration", "price", "currency_id"}
View Source
var PlanReceive map[string]interface{} = map[string]interface{}{
	"name":        "Test Plan",
	"description": "Test Plan Description",
	"status":      "teststatus",
	"price":       100,
	"currency_id": 1,
	"duration":    364,
}

Functions

func PlanSelectMock

func PlanSelectMock(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