The following sections describe how to use the goa DSL to describe services. They provide an overview of the key concepts. Review the GoDocs for a complete reference.
API Expression The API function is an optional top-level DSL which lists the global properties of the API such as a name, a description and a version number. API may define one or more Servers potentially exposing different sets of services. A single service may be exposed by any number (or no) server.
↧