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