hercules-ci-agent-0.9.10: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Secrets

Documentation

data SecretContext Source #

Constructors

SecretContext 

Instances

Instances details
Generic SecretContext Source # 
Instance details

Defined in Hercules.Secrets

Associated Types

type Rep SecretContext :: Type -> Type #

Show SecretContext Source # 
Instance details

Defined in Hercules.Secrets

Binary SecretContext Source # 
Instance details

Defined in Hercules.Secrets

Eq SecretContext Source # 
Instance details

Defined in Hercules.Secrets

type Rep SecretContext Source # 
Instance details

Defined in Hercules.Secrets

type Rep SecretContext = D1 ('MetaData "SecretContext" "Hercules.Secrets" "hercules-ci-agent-0.9.10-inplace" 'False) (C1 ('MetaCons "SecretContext" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ownerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "repoName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "isDefaultBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "ref") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))