Open physical files. Only implemented if HandlerCapabilityInboundGet capability is set. Returns file path and an os.File object.
(ctx context.Context, path string)
| 52 | // Open physical files. Only implemented if HandlerCapabilityInboundGet capability is set. |
| 53 | // Returns file path and an os.File object. |
| 54 | Open(ctx context.Context, path string) (*os.File, error) |
| 55 | |
| 56 | // LocalPath returns the local path of a file. |
| 57 | // Only implemented if HandlerCapabilityInboundGet capability is set. |
no outgoing calls
no test coverage detected