MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / NewTypeBO

Struct NewTypeBO

cli/cmd/init/model.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19package init
20
21type NewTypeBO struct {
22 TypeName string `json:"typename"`
23 SubTypes []SubType `json:"subtype"`
24 Commands []string `json:"command"`
25}
26
27type TemplateTypeBo struct {
28 TypeName string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected