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

Method SetNamespace

schema/schema.go:420–422  ·  view source on GitHub ↗

SetNamespace sets namespace

(namespace *Namespace)

Source from the content-addressed store, hash-verified

418
419// SetNamespace sets namespace
420func (schema *Schema) SetNamespace(namespace *Namespace) {
421 schema.Namespace = namespace
422}
423
424//ParentSchemaPropertyID get property id for parent relation
425func (schema *Schema) ParentSchemaPropertyID() string {

Callers 1

registerSchemaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected