(path string)
| 41 | } |
| 42 | |
| 43 | func (l testRemoteLoader) Accept(path string) bool { |
| 44 | return strings.HasPrefix(path, "test://") |
| 45 | } |
| 46 | |
| 47 | func (l testRemoteLoader) Load(context.Context, string) (string, error) { |
| 48 | return l.localPath, nil |
no outgoing calls
no test coverage detected