File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ The plugin is executed as part of a protoc compilation step:
6666
6767The flit plugin accepts the following plugin parameters:
6868
69- | Name | Required | Type | Description |
70- | :--------------| :---------:| :------------------------------| :----------------------------------------------------------|
71- | ` target ` | Y | ` enum[server] ` | The type of target to generate e.g. server, client etc |
72- | ` type ` | Y | ` enum[spring,undertow,boot] ` | Type of target to generate |
73- | ` context ` | N | ` string ` | Base context for routing, default is ` /twirp ` |
69+ | Name | Required | Type | Description |
70+ | :--------------| :---------:| :---------------------------------- | :----------------------------------------------------------|
71+ | ` target ` | Y | ` enum[server] ` | The type of target to generate e.g. server, client etc |
72+ | ` type ` | Y | ` enum[spring,undertow,boot,jaxrs] ` | Type of target to generate |
73+ | ` context ` | N | ` string ` | Base context for routing, default is ` /twirp ` |
7474
7575# Development
7676
You can’t perform that action at this time.
0 commit comments