bdd

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2022 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bdd

type Bdd struct {
	// contains filtered or unexported fields
}

type BddBuilder

type BddBuilder interface {
	Build(bdd Bdd) (content string)
}

func NewStringBddBuilder

func NewStringBddBuilder() BddBuilder

type BddDetail

type BddDetail struct {
	// contains filtered or unexported fields
}

type BddService

type BddService interface {
	Run() (string, error)
}

func NewBddService

func NewBddService(configService ports.ConfigService, dbService ports.DbService, osService ports.OsService) BddService

type InvoicesToBddConverter

type InvoicesToBddConverter interface {
	Convert(invoices []model.Invoice, customers map[int]model.Customer, products map[string]model.Product) Bdd
}

func NewInvoicesToBddConverter

func NewInvoicesToBddConverter(configService ports.ConfigService, osService ports.OsService) InvoicesToBddConverter

Jump to

Keyboard shortcuts

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