| 19 | package init |
| 20 | |
| 21 | type NewTypeBO struct { |
| 22 | TypeName string `json:"typename"` |
| 23 | SubTypes []SubType `json:"subtype"` |
| 24 | Commands []string `json:"command"` |
| 25 | } |
| 26 | |
| 27 | type TemplateTypeBo struct { |
| 28 | TypeName string |
nothing calls this directly
no outgoing calls
no test coverage detected