Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

file protocol #10

Closed
tanner0101 opened this issue Aug 19, 2016 · 0 comments
Closed

file protocol #10

tanner0101 opened this issue Aug 19, 2016 · 0 comments
Milestone

Comments

@tanner0101
Copy link
Member

Add a file protocol like

public protocol FileProtocol {
    func load(path: String) throws -> Bytes
    func save(bytes: Bytes, to path: String) throws
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant