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:
66
66
67
67
The flit plugin accepts the following plugin parameters:
68
68
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 ` |
74
74
75
75
# Development
76
76
You can’t perform that action at this time.
0 commit comments