Implemented DigitalOcean Storage module

Shlok Gilda
gocloud
Published in
1 min readJun 4, 2018

GoCloud PR#83: Implemented DigitalOcean Storage module

Basic Information

Pull Request: PR#83: Implemented DigitalOcean Storage module

Work

  • Implemented DigitalOcean Storage module.
  • Added test cases, examples and documentation for the same.

Functions implemented

  • Createdisk(): Createdisk function creates a new disk.
  • Deletedisk(): Deletedisk function deletes a disk.
  • Createsnapshot(): Createsnapshot function creates a new snapshot.
  • Deletesnapshot(): Deletesnapshot function deletes a snapshot.
  • Attachdisk(): Attachdisk function function attaches a disk to a droplet.
  • Detachdisk(): Detachdisk function function detaches a disk from a droplet.

--

--