MCPcopy Create free account
hub / github.com/Permify/permify / Error

Struct Error

pkg/development/development.go:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected