Swag: Add support XML

Created on 20 Apr 2018  路  5Comments  路  Source: swaggo/swag

Complex types support

type MyXML struct {
XMLName       *xml.Name `xml:"data" json:",omitempty"`
}

yields

panic: not supported 'astSelectorExpr' yet.

Any ideas how this can be fixed?

feature

Most helpful comment

I believe this should not be restricted to a single type like xml.

All 5 comments

I create now.

need this feature as well

I was just trying to develop this feature.
Could you tell me development branch? (Is it forked somewhere?)

There is no branch. Just fork and merge it into the master.

I believe this should not be restricted to a single type like xml.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wuhuizuo picture wuhuizuo  路  4Comments

chyroc picture chyroc  路  3Comments

henrahmagix picture henrahmagix  路  7Comments

JimChung0403 picture JimChung0403  路  3Comments

Ashtonian picture Ashtonian  路  6Comments