Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
ToLabel(declaration parsers.LabelDeclaration) (Label, error)
}
Adapter represents the label adapter
type Builder ¶
type Builder interface { Create() Builder WithName(name string) Builder WithInstructions(ins instructions.Instructions) Builder Now() (Label, error) }
Builder represents the label builder
type Label ¶
type Label interface { Name() string Instructions() instructions.Instructions }
Label represents a label
Click to show internal directories.
Click to hide internal directories.