dyndnsd/sig/dyndnsd/updater/command_with_bind_zone.rbs

10 lines
214 B
Plaintext

module Dyndnsd
module Updater
class CommandWithBindZone
def initialize: (String domain, Hash[String, untyped] updater_params) -> void
def update: (Dyndnsd::Database db) -> void
end
end
end