day_10

package
v0.0.0-...-0235693 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Part1

func Part1()

func Part2

func Part2()

Types

type Bot

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

type Bots

type Bots map[int]*Bot

type Event

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

func (Event) String

func (e Event) String() string

type Factory

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

func NewFactory

func NewFactory() *Factory

func Parse

func Parse(in string) (*Factory, error)

func (*Factory) Bot

func (f *Factory) Bot(id int) *Bot

func (*Factory) Output

func (f *Factory) Output(id int) *Output

func (*Factory) Process

func (f *Factory) Process() []Event

type Output

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

type Outputs

type Outputs map[int]*Output

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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