Documentation ¶ Overview ¶ Package domain holds the vocabulary shared by every domain package's Run contract. Index ¶ type Argument Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Argument ¶ type Argument = string Argument is one positional command-line argument as delivered to a domain Run. It is a type alias, not a defined type, so Run signatures written with it still match go-app's Runner contract (variadic string) exactly while naming the domain concept. Source Files ¶ View all Source files domain.go Directories ¶ Show internal Expand all Path Synopsis lint Package lint orchestrates the lint command. Package lint orchestrates the lint command. Click to show internal directories. Click to hide internal directories.