MCPcopy Create free account
hub / github.com/cloudwan/gohan / Schema

Method Schema

schema/resource.go:82–84  ·  view source on GitHub ↗

Schema gets schema from resource

()

Source from the content-addressed store, hash-verified

80
81//Schema gets schema from resource
82func (resource *Resource) Schema() *Schema {
83 return resource.schema
84}
85
86//Values returns list of values
87func (resource *Resource) Values() []interface{} {

Callers 2

PathMethod · 0.95
PopulateDefaultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected