app

package
v1.6.1 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Application

type Application struct {
	Commands Commands
	Queries  Queries
}

type Commands

type Commands struct {
	CreateProduct  command.CreateProductHandler
	CreateCategory command.CreateCategoryHandler
}

type Queries

type Queries struct {
	GetProductById  query.GetProductByIDHandler
	GetCategoryById query.GetCategoryByIDHandler
	GetAllProducts  query.GetAllProductsHandler
}

Directories

Path Synopsis
mock/mockcategory
Package mockcategory is a generated GoMock package.
Package mockcategory is a generated GoMock package.
mock/mockproduct
Package mockproduct is a generated GoMock package.
Package mockproduct is a generated GoMock package.

Jump to

Keyboard shortcuts

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