packages feed

hercules-ci-api-agent-0.3.0.0: src/Hercules/API/Agent/Evaluate/EvaluateEvent/PushedAll.hs

{-# LANGUAGE DeriveAnyClass #-}

module Hercules.API.Agent.Evaluate.EvaluateEvent.PushedAll where

import Hercules.API.Prelude

-- | Indicates that all derivations have been pushed to a cache.
data PushedAll = PushedAll
  { cache :: Text
  }
  deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON)