packing

package
v0.0.0-...-7ac24f4 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const PORT_CREATED = "PORTMANTEAU_CREATED"
View Source
const RANDO = "Rando"

Variables

This section is empty.

Functions

This section is empty.

Types

type Packable

type Packable interface {
	Pack(PortRecorder) error
}

type PackableFactory

type PackableFactory func() Packable

type Port

type Port struct {
	Maker  string
	First  string
	Second string
	Result string
	Algo   string // "rando" || "carrollian"
}

func NewPort

func NewPort() *Port

func (*Port) Pack

func (p *Port) Pack(r PortRecorder) error

type PortRecorder

type PortRecorder interface {
	Record(string, *Port) error
}

Jump to

Keyboard shortcuts

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