Skip to content

Instantly share code, notes, and snippets.

@mrkagelui
Created April 29, 2022 01:58
Show Gist options
  • Save mrkagelui/92837ed3bb477e2b9687405f1d1be624 to your computer and use it in GitHub Desktop.
Save mrkagelui/92837ed3bb477e2b9687405f1d1be624 to your computer and use it in GitHub Desktop.
example2
// fileStorage uploads the data to file storage
type fileStorage interface {
upload(context.Context, []byte) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment