Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit da6def7

Browse files
yuzhichangmjuraga
authored andcommitted
MINOR: server: add new parameters
Add on-marked-down, on-error, on-marked-up to the server options.
1 parent 0a3da9c commit da6def7

File tree

2 files changed

+156
-2
lines changed

2 files changed

+156
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ This project contains structs and validation methods that are autogenerated usin
66

77
## Contributing
88

9-
You can generate the models using the following command:
9+
You can generate the models using the following command in build directory:
1010

1111
```
12-
./swagger generate model -f haproxy_spec.yaml \
12+
swagger generate model -f haproxy_spec.yaml \
13+
-r ../copyright.txt \
1314
-m models \
1415
-t $GOPATH/src/github.com/haproxytech/
1516
```

server.go

Lines changed: 153 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)