Hercules.API.Agent.Evaluate.ImmutableGitInput
data ImmutableGitInput Source #
Constructors
Fields
Defined in Hercules.API.Agent.Evaluate.ImmutableGitInput
Methods
parseJSON :: Value -> Parser ImmutableGitInput #
parseJSONList :: Value -> Parser [ImmutableGitInput] #
toJSON :: ImmutableGitInput -> Value #
toEncoding :: ImmutableGitInput -> Encoding #
toJSONList :: [ImmutableGitInput] -> Value #
toEncodingList :: [ImmutableGitInput] -> Encoding #
Associated Types
type Rep ImmutableGitInput :: Type -> Type #
from :: ImmutableGitInput -> Rep ImmutableGitInput x #
to :: Rep ImmutableGitInput x -> ImmutableGitInput #
showsPrec :: Int -> ImmutableGitInput -> ShowS #
show :: ImmutableGitInput -> String #
showList :: [ImmutableGitInput] -> ShowS #
rnf :: ImmutableGitInput -> () #
(==) :: ImmutableGitInput -> ImmutableGitInput -> Bool #
(/=) :: ImmutableGitInput -> ImmutableGitInput -> Bool #
declareNamedSchema :: Proxy ImmutableGitInput -> Declare (Definitions Schema) NamedSchema #