Skip to content

Instantly share code, notes, and snippets.

@mrkagelui
Created April 29, 2022 02:50
Show Gist options
  • Save mrkagelui/517100517861d3dd8a54593ee1ea4461 to your computer and use it in GitHub Desktop.
Save mrkagelui/517100517861d3dd8a54593ee1ea4461 to your computer and use it in GitHub Desktop.
// fileStorage uploads the data to file storage
type fileStorage interface {
upload(context.Context, io.Reader) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment