| 106 | } |
| 107 | |
| 108 | type Error struct { |
| 109 | Type string `json:"type"` |
| 110 | Key any `json:"key"` |
| 111 | Message string `json:"message"` |
| 112 | } |
| 113 | |
| 114 | func (c *Development) Run(ctx context.Context, shape map[string]interface{}) (errors []Error) { |
| 115 | // Marshal the shape map into YAML format |
nothing calls this directly
no outgoing calls
no test coverage detected