split out common bsky post creation logic into Bluesky::ProcessPostHelper

This commit is contained in:
Dylan Knutson
2025-08-14 17:55:17 +00:00
parent cfffe50541
commit e9ac97be29
11 changed files with 300 additions and 341 deletions

View File

@@ -0,0 +1,16 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Bluesky::ProcessPostHelper`.
# Please instead update this file by running `bin/tapioca dsl Bluesky::ProcessPostHelper`.
class Bluesky::ProcessPostHelper
sig { returns(ColorLogger) }
def logger; end
class << self
sig { returns(ColorLogger) }
def logger; end
end
end

16
sorbet/rbi/dsl/deferred_job_sink.rbi generated Normal file
View File

@@ -0,0 +1,16 @@
# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `DeferredJobSink`.
# Please instead update this file by running `bin/tapioca dsl DeferredJobSink`.
class DeferredJobSink
sig { returns(ColorLogger) }
def logger; end
class << self
sig { returns(ColorLogger) }
def logger; end
end
end