Documentation
¶
Index ¶
Constants ¶
View Source
const Instructions = `` /* 265-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func HelpMessage ¶
func HelpMessage() string
Types ¶
type LoadContextArgs ¶
type LoadContextArgs struct {
LogicalName string `json:"logical_name" jsonschema:"Logical name of the node to generate code for."`
}
type WriteFileArgs ¶
type WriteFileArgs struct {
LogicalName string `json:"logical_name" jsonschema:"Logical name of the node whose implements list authorizes the write."`
Path string `json:"path" jsonschema:"Relative file path from project root."`
Content string `json:"content" jsonschema:"Complete file content to write."`
}
Click to show internal directories.
Click to hide internal directories.