sdghchj

Results 129 comments of sdghchj

Also need a way to indicate the relation between the definition and the struct field

Here I want to clarify what is `dependency`. Usually, we just want to referece models from external packages which are called `dependency`. Is there any need to parse API operations...

@vidorifaldy Could you please try the latest PR 1432?

> @sdghchj still get the same error It seems impossible.

In detail please

> Please add unit tests that "ensure" this change is genuine and won't be reverted by mistake at a later time. No need actually, it has already been covered by...

If any model from other package is never used in your code and just be used in swagger comments, you have to import that package like: ``` import ( _...

What if a struct is shared by two routers, one use it as form request model, the other use it as response model?