| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Commands
Documentation
Constructors
| ListDroplets ([Droplet] -> a) | |
| CreateDroplet BoxConfiguration (Either String Droplet -> a) | |
| DestroyDroplet Id (Maybe String -> a) | |
| DropletAction Id Action (Either String ActionResult -> a) | |
| GetAction Id Id (Either String ActionResult -> a) | |
| ListKeys ([Key] -> a) | |
| ListSizes ([Size] -> a) | |
| ListImages ([Image] -> a) |
listDroplets :: Monad m => DOT m [Droplet] Source
createDroplet :: Monad m => BoxConfiguration -> DOT m (Either String Droplet) Source
dropletAction :: Monad m => Id -> Action -> DOT m (Either String ActionResult) Source
listImages :: Monad m => DOT m [Image] Source
Constructors
| CoDO | |
Fields
| |