drone-1.0.1

Safe HaskellNone
LanguageHaskell2010

Drone.Types.Server

Documentation

type Server = Record '["id" >: Text, "provider" >: Text, "state" >: Text, "name" >: Text, "image" >: Text, "region" >: Text, "size" >: Text, "address" >: Text, "capacity" >: Int, "secret" >: Text, "error" >: Text, "ca_key" >: Text, "ca_cert" >: Text, "tls_key" >: Text, "tls_cert" >: Text, "created" >: Int, "updated" >: Int, "started" >: Int, "stopped" >: Int] Source #

type Version = Record '["source" >: Text, "version" >: Text, "commit" >: Text] Source #