LoginSignup
0
0

More than 1 year has passed since last update.

go-swaggerで`ParseComment error in file /go/src/controller/xxx.go :cannot find type definition: json.RawMessage`

Posted at

経緯

GORMのmodelにてjson.RawMessageを定義してると、go-swaggerのswag initでドキュメント生成に失敗する

/go/src # swag init
2022/04/28 07:10:29 Generate swagger docs....
2022/04/28 07:10:29 Generate general API Info, search dir:./
2022/04/28 07:10:29 Generating xxxxxxxxx
2022/04/28 07:10:29 Generating xxxxxxxxx
2022/04/28 07:10:29 Generating xxxxxxxxx
2022/04/28 07:10:29 Generating xxxxxxxxx
2022/04/28 07:10:29 ParseComment error in file /go/src/controller/xxx.go :cannot find type definition: json.RawMessage

この2つのオプションを追加すると解消した

swag init --parseDependency --parseInternal
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0