Sha256: d2300ca41bca6ec76e7712a46b6150d97ba953747426c1a71702b65da42aedf7

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

# typed: true
module UpGush
  module ClientPatch
    include Kernel

    sig { returns(Gush::Configuration) }
    def configuration;end

    sig { params(workflow_id: String, job: Gush::Job).void }
    def persist_job(workflow_id, job);end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
up_gush-3.0.0.1 sorbet/rbi/shims/client_patch.rbi