Accept returns `true` is the resource reference matches ResourceLoader supported protocol(s)
(path string)
| 119 | type ResourceLoader interface { |
| 120 | // Accept returns `true` is the resource reference matches ResourceLoader supported protocol(s) |
| 121 | Accept(path string) bool |
| 122 | // Load returns the path to a local copy of remote resource identified by `path`. |
| 123 | Load(ctx context.Context, path string) (string, error) |
| 124 | // Dir computes path to resource"s parent folder, made relative if possible |
no outgoing calls
no test coverage detected