Searched defs:ExportedType (Results 1 – 1 of 1) sorted by relevance
68 type ExportedType struct { struct70 ExportedField int // Comment on line with exported field.71 unexportedField int // Comment on line with unexported field.72 ExportedEmbeddedType // Comment on line with exported embedded field.73 *ExportedEmbeddedType // Comment on line with exported embedded *field.74 *qualified.ExportedEmbeddedType // Comment on line with exported embedded *selector.field.75 unexportedType // Comment on line with unexported embedded field.76 *unexportedType // Comment on line with unexported embedded *field.77 io.Reader // Comment on line with embedded Reader.78 error // Comment on line with embedded error.[all …]