actualCombat

package
v0.0.0-...-05962f3 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cashier

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

func (*Cashier) Execute

func (c *Cashier) Execute(p *Patient)

func (*Cashier) SetNext

func (c *Cashier) SetNext(next department)

type Clinic

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

func (*Clinic) Execute

func (d *Clinic) Execute(p *Patient)

func (*Clinic) SetNext

func (d *Clinic) SetNext(next department)

type Drugstore

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

func (*Drugstore) Execute

func (m *Drugstore) Execute(p *Patient)

func (*Drugstore) SetNext

func (m *Drugstore) SetNext(next department)

type Patient

type Patient struct {
	Name              string
	RegistrationDone  bool
	ClinicCheckUpDone bool
	MedicineDone      bool
	PaymentDone       bool
}

type Reception

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

func (*Reception) Execute

func (r *Reception) Execute(p *Patient)

func (*Reception) SetNext

func (r *Reception) SetNext(next department)

Jump to

Keyboard shortcuts

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