-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
The code snippet below describes the entire syntax of the DSL. The complete | ||
reference can be found in the `dsl` | ||
[package documentation](https://pkg.go.dev/goa.design/[email protected].3/dsl?tab=doc) | ||
[package documentation](https://pkg.go.dev/goa.design/[email protected].4/dsl?tab=doc) | ||
|
||
```Go | ||
// Design defines the architecture design containing the models and views. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,13 +212,13 @@ in this repo. | |
|
||
### Using Model as a library | ||
|
||
The [mdl](https://pkg.go.dev/goa.design/[email protected].3/mdl?tab=doc) package | ||
[RunDSL](https://pkg.go.dev/goa.design/[email protected].3/mdl?tab=doc#RunDSL) | ||
The [mdl](https://pkg.go.dev/goa.design/[email protected].4/mdl?tab=doc) package | ||
[RunDSL](https://pkg.go.dev/goa.design/[email protected].4/mdl?tab=doc#RunDSL) | ||
method runs the DSL and produces data structures that contain all the | ||
information needed to render the views it defines. | ||
|
||
The [stz](https://pkg.go.dev/goa.design/[email protected].3/stz?tab=doc) package | ||
[RunDSL](https://pkg.go.dev/goa.design/[email protected].3/stz?tab=doc#RunDSL) | ||
The [stz](https://pkg.go.dev/goa.design/[email protected].4/stz?tab=doc) package | ||
[RunDSL](https://pkg.go.dev/goa.design/[email protected].4/stz?tab=doc#RunDSL) | ||
method runs the DSL and produces a data structure that can be serialized into | ||
JSON and uploaded to the [Structurizr service](https://structurizr.com). | ||
|
||
|
@@ -347,7 +347,7 @@ view that is scoped to a parent element. | |
### Resources | ||
|
||
The DSL package | ||
[documentation](https://pkg.go.dev/goa.design/[email protected].3/dsl?tab=doc) lists | ||
[documentation](https://pkg.go.dev/goa.design/[email protected].4/dsl?tab=doc) lists | ||
all the DSL keywords and their usage. | ||
|
||
The file [DSL.md](https://github.com/goadesign/model/blob/master/DSL.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters