IncludeCustomDeclaration is an advanced form of IncludeCustom.
(mappings map[string]TypeOverride)
| 91 | |
| 92 | // IncludeCustomDeclaration is an advanced form of IncludeCustom. |
| 93 | func (p *GoParser) IncludeCustomDeclaration(mappings map[string]TypeOverride) { |
| 94 | for k, v := range mappings { |
| 95 | p.typeOverrides[k] = v |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | type GolangType = string |
| 100 |
no outgoing calls