Categorygithub.com/cryptix/goboom
repositorypackage
0.0.0-20150323203253-d5531f6b24bd
Repository: https://github.com/cryptix/goboom.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

goBoom

GoDoc Build Status

golang API for the oboom.com service

Todo

  • Add LoginWithHash() method
  • Add context
  • Add lock to BaseURL to prevent races (login/upload use different hosts)
  • Add tests for Upload()
  • Add Delete Call
  • Add Tree Call
  • Add map[name]id for FileSystem
  • Add Parent to Upload()
  • Add Mock for service for integration testing of FileSystem
  • Better timeout control