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

Method GetPluralURL

schema/schema.go:310–312  ·  view source on GitHub ↗

GetPluralURL returns a URL for access to all schema objects

()

Source from the content-addressed store, hash-verified

308
309// GetPluralURL returns a URL for access to all schema objects
310func (schema *Schema) GetPluralURL() string {
311 return schema.URL
312}
313
314// GetSingleURLWithParents returns a URL for access to a single schema object
315func (schema *Schema) GetSingleURLWithParents() string {

Callers 14

publishEventWithOptionsFunction · 0.80
MapRouteBySchemaFunction · 0.80
MapRouteBySchemasFunction · 0.80
mapChildNamespaceRouteFunction · 0.80
GetSchemaFunction · 0.80
GetMultipleResourcesFunction · 0.80
CreateResourceFunction · 0.80
otto_test.goFile · 0.80
GohanModelListFunction · 0.80
GohanModelFetchFunction · 0.80
GohanModelCreateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected