FindStructFieldDescription returns documentation for a field if available. Returns false if the field could not be found.
(typeName, fieldName string)
| 26 | // FindStructFieldDescription returns documentation for a field if available. |
| 27 | // Returns false if the field could not be found. |
| 28 | FindStructFieldDescription(typeName, fieldName string) (string, bool) |
| 29 | } |
| 30 | |
| 31 | type backtrack struct { |
no outgoing calls