RefPath returns the path of the $ref relative to the root document.
()
| 179 | |
| 180 | // RefPath returns the path of the $ref relative to the root document. |
| 181 | func (x *ExampleRef) RefPath() *url.URL { return copyURI(x.refPath) } |
| 182 | |
| 183 | func (x *ExampleRef) setRefPath(u *url.URL) { |
| 184 | // Once the refPath is set don't override. References can be loaded |
no test coverage detected