drone-1.0.1

Safe HaskellNone
LanguageHaskell2010

Drone.Types.Repo

Documentation

type Repo = Record '["id" >: Int, "uid" >: Text, "user_id" >: Int, "namespace" >: Text, "name" >: Text, "slug" >: Text, "scm" >: Text, "git_http_url" >: Text, "git_ssh_url" >: Text, "link" >: Text, "default_branch" >: Text, "private" >: Bool, "visibility" >: Text, "active" >: Bool, "config_path" >: Text, "trusted" >: Bool, "protected" >: Bool, "timeout" >: Int, "counter" >: Int, "synced" >: Int, "created" >: Int, "updated" >: Int, "version" >: Int] Source #

type RepoPatch = Nullable (Field Identity) :* RepoPatchFields Source #