strategy

package
v0.0.0-...-bc2382c Latest Latest
Warning

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

Go to latest
Published: May 8, 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 Cash

type Cash struct {
}

func (*Cash) MakePayment

func (p *Cash) MakePayment(amount float64)

type IPayment

type IPayment interface {
	MakePayment(amount float64)
}

type InKind

type InKind struct {
}

func (*InKind) MakePayment

func (p *InKind) MakePayment(amount float64)

type Visa

type Visa struct {
}

func (*Visa) MakePayment

func (p *Visa) MakePayment(amount float64)

Jump to

Keyboard shortcuts

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