Documentation ¶
Index ¶
- type Access
- type Auths
- type Brands
- type ProductCategories
- func (u *ProductCategories) Create(t *testing.T) map[string]interface{}
- func (u *ProductCategories) Delete(t *testing.T, id float64)
- func (u *ProductCategories) List(t *testing.T)
- func (u *ProductCategories) Run(t *testing.T)
- func (u *ProductCategories) Update(t *testing.T, id float64)
- func (u *ProductCategories) View(t *testing.T, id float64)
- type Products
- type Regions
- type Roles
- func (u *Roles) Create(t *testing.T) map[string]interface{}
- func (u *Roles) Crud(t *testing.T)
- func (u *Roles) Delete(t *testing.T, id float64)
- func (u *Roles) Grant(t *testing.T, id float64, accessID float64)
- func (u *Roles) List(t *testing.T)
- func (u *Roles) Revoke(t *testing.T, id float64, accessID float64)
- func (u *Roles) Update(t *testing.T, id float64)
- func (u *Roles) View(t *testing.T, id float64)
- type Users
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Brands ¶
Brands : : struct for set Brands Dependency Injection
type ProductCategories ¶
ProductCategories : struct for set ProductCategories Dependency Injection
func (*ProductCategories) Create ¶
func (u *ProductCategories) Create(t *testing.T) map[string]interface{}
Create : http handler for create new product category
func (*ProductCategories) Delete ¶
func (u *ProductCategories) Delete(t *testing.T, id float64)
Delete product category
func (*ProductCategories) List ¶
func (u *ProductCategories) List(t *testing.T)
List : http handler for returning list of ProductCategories
func (*ProductCategories) Run ¶
func (u *ProductCategories) Run(t *testing.T)
Run : http handler for run ProductCategories testing
type Products ¶
Products : struct for set Products Dependency Injection
type Regions ¶
Regions : struct for set Regions Dependency Injection
type Roles ¶
Roles : struct for set Roles Dependency Injection
type Users ¶
Users : struct for set Users Dependency Injection
Click to show internal directories.
Click to hide internal directories.