Skip to content

Conversation

dmissmann
Copy link
Collaborator

The current implementation has a lot of repeated code. Every method that communicates with the afc service on the device has it's own logic for building the package and maintaining the package identifiers.

This is now done in a single place that abstracts away of this logic that was repeated over and over before.

Also, file I/O works now similar to "regular" filesystems. When we open a file using the afc service, we get back a io.ReadWriteCloser, which allows us to use functions like io.Copy on those files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant