(s string)
| 12 | ) |
| 13 | |
| 14 | func tFilesystemEndpoint(s string) *filesystemEndpoint { |
| 15 | e, _ := newFilesystemEndpoint(s, []string{}) |
| 16 | return e |
| 17 | } |
| 18 | |
| 19 | func tForwardEndpoint(s string) *forwardEndpoint { |
| 20 | e, _ := newForwardEndpoint(s) |
no test coverage detected