| 43 | } |
| 44 | |
| 45 | type TypeObject struct { |
| 46 | name string |
| 47 | schema *base.SchemaProxy |
| 48 | properties []*Property |
| 49 | p Plugin |
| 50 | } |
| 51 | |
| 52 | func (t *TypeObject) Name() string { |
| 53 | return t.p.TypeObjectName(t.name) |
nothing calls this directly
no outgoing calls
no test coverage detected