Enhance pluginrpc-gen parser
Now handles `package.Type` and `*package.Type` Fixes parsing issues with slice and map types. Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
054469e284
commit
f636807065
7 changed files with 239 additions and 29 deletions
4
plugins/pluginrpc-gen/fixtures/otherfixture/spaceship.go
Normal file
4
plugins/pluginrpc-gen/fixtures/otherfixture/spaceship.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package otherfixture
|
||||
|
||||
// Spaceship is a fixture for tests
|
||||
type Spaceship struct{}
|
Loading…
Add table
Add a link
Reference in a new issue