Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { Create() Builder WithTestable(testable testables.Testable) Builder WithLanguage(language applications.Application) Builder Now() (Program, error) }
Builder represents a program builder
type Program ¶
type Program interface { IsTestable() bool Testable() testables.Testable IsLanguage() bool Language() applications.Application }
Program represents a program
Click to show internal directories.
Click to hide internal directories.