subscription

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAllSparkles

func GetAllSparkles() ([]Category, []SubCategory, []Packages)

Types

type Category

type Category struct {
	CategoryID int    `json:"categoryId"`
	Name       string `json:"name"`
	Typeid     int    `json:"typeId"`
	SortOrder  int    `json:"sortOrder"`
	Status     string `json:"status"`
}

type CompanyDetails

type CompanyDetails struct {
	Name       string `json:"name"`
	Regno      string `json:"regno"`
	Email      string `json:"email"`
	Mobile     string `json:"mobile"`
	CategoryID int    `json:"categoryId"`
	Typeid     int    `json:"typeId"`
}

type CompanyLocation

type CompanyLocation struct {
	Street string `json:"street"`
	Suburb string `json:"suburb"`
	State  string `json:"state"`
	Zip    string `json:"zip"`
}

type Module

type Module struct {
	CategoryID int    `json:"categoryId"`
	ModuleID   int    `json:"moduleId"`
	Name       string `json:"name"`
	Content    string `json:"content"`
	Imageurl   string `json:"imageurl"`
	Logourl    string `json:"logourl"`
}

type Packages

type Packages struct {
	ModuleID  int    `json:"moduleId"`
	PackageID int    `json:"packageId"`
	Name      string `json:"name"`
	Status    string `json:"status"`
}

type SubCategory

type SubCategory struct {
	CategoryID    int    `json:"categoryId"`
	SubCategoryID int    `json:"subcategoryId"`
	Name          string `json:"name"`
	Typeid        int    `json:"typeId"`
	SortOrder     int    `json:"sortOrder"`
	Status        string `json:"status"`
}

Jump to

Keyboard shortcuts

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