bestellungHandler

package
v0.0.0-...-220f456 Latest Latest
Warning

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

Go to latest
Published: May 15, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artikel

type Artikel struct {
	Nummer    string
	Name      string
	ID        string
	Versionen []Zusatz
	Extras    []Zusatz
}

type Bestellung

type Bestellung struct {
	Ersteller    User
	Datum        time.Time
	LieferDienst string
	Nummer       string
	Positionen   []Position
	Total        float64
	Payed        float64
}

type BestellungHandler

type BestellungHandler struct {
	Lieferdienste []LieferDienst
	// contains filtered or unexported fields
}

func (*BestellungHandler) GetCommand

func (h *BestellungHandler) GetCommand() string

func (*BestellungHandler) GetName

func (h *BestellungHandler) GetName() string

func (*BestellungHandler) Handle

func (*BestellungHandler) Prime

type LieferDienst

type LieferDienst struct {
	Name          string
	ID            string
	Telefonnummer string
	Artikel       []Artikel
}

type Position

type Position struct {
	ArtikelNummer string
	ArtikelName   string
	Version       string
	Extras        string
	Einzelpreis   float64
	Anzahl        int
	Besteller     []User
	Kommentar     string
}

type User

type User struct {
	DisplayName string
	MatrixID    string
}

type Zusatz

type Zusatz struct {
	Name  string
	ID    string
	Preis float64
}

Jump to

Keyboard shortcuts

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