|
1 | 1 | # Model |
2 | 2 |
|
3 | 3 | [](https://github.com/goadesign/model/actions?query=workflow%3ACI) |
4 | | - |
| 4 | + |
5 | 5 |  |
6 | | -[](https://pkg.go.dev/goa.design/model@v1.7.5/dsl?tab=doc) |
| 6 | +[](https://pkg.go.dev/goa.design/model@v1.7.6/dsl?tab=doc) |
7 | 7 | [](https://pkg.go.dev/goa.design/model) |
8 | 8 |
|
9 | 9 | ## Overview |
@@ -201,13 +201,13 @@ in this repo. |
201 | 201 |
|
202 | 202 | ### Using Model as a library |
203 | 203 |
|
204 | | -The [mdl](https://pkg.go.dev/goa.design/model@v1.7.5/mdl?tab=doc) package |
205 | | -[RunDSL](https://pkg.go.dev/goa.design/model@v1.7.5/mdl?tab=doc#RunDSL) |
| 204 | +The [mdl](https://pkg.go.dev/goa.design/model@v1.7.6/mdl?tab=doc) package |
| 205 | +[RunDSL](https://pkg.go.dev/goa.design/model@v1.7.6/mdl?tab=doc#RunDSL) |
206 | 206 | method runs the DSL and produces data structures that contain all the |
207 | 207 | information needed to render the views it defines. |
208 | 208 |
|
209 | | -The [stz](https://pkg.go.dev/goa.design/model@v1.7.5/stz?tab=doc) package |
210 | | -[RunDSL](https://pkg.go.dev/goa.design/model@v1.7.5/stz?tab=doc#RunDSL) |
| 209 | +The [stz](https://pkg.go.dev/goa.design/model@v1.7.6/stz?tab=doc) package |
| 210 | +[RunDSL](https://pkg.go.dev/goa.design/model@v1.7.6/stz?tab=doc#RunDSL) |
211 | 211 | method runs the DSL and produces a data structure that can be serialized into |
212 | 212 | JSON and uploaded to the [Structurizr service](https://structurizr.com). |
213 | 213 |
|
@@ -336,7 +336,7 @@ view that is scoped to a parent element. |
336 | 336 | ### Resources |
337 | 337 |
|
338 | 338 | The DSL package |
339 | | -[documentation](https://pkg.go.dev/goa.design/model@v1.7.5/dsl?tab=doc) lists |
| 339 | +[documentation](https://pkg.go.dev/goa.design/model@v1.7.6/dsl?tab=doc) lists |
340 | 340 | all the DSL keywords and their usage. |
341 | 341 |
|
342 | 342 | The file [DSL.md](https://github.com/goadesign/model/blob/master/DSL.md) |
|
0 commit comments