Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GumballMachine ¶
type RefillableGumballMachine ¶
type RefillableGumballMachine interface {
GumballMachine
Refill(uint)
}
func New ¶
func New(count uint) RefillableGumballMachine
func NewMulti ¶
func NewMulti(count uint) RefillableGumballMachine
func NewNaive ¶
func NewNaive(count uint) RefillableGumballMachine
func NewNaiveMulti ¶
func NewNaiveMulti(count uint) RefillableGumballMachine
Click to show internal directories.
Click to hide internal directories.