MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Define

Struct Define

module/dynamic-module/driver/driver.go:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78type Define struct {
79 profession string
80 skill string
81 drivers []*Field
82 fields []*Field
83 columns []string
84 render map[string]interface{}
85}
86
87func (d *Define) Columns() []string {
88 return d.columns

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected