Rename/relocate clouddns to match other providers

This commit is contained in:
Jake Spain 2023-01-30 16:45:02 -05:00
parent a7eb48d0b7
commit 22873d4c1a
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113

View file

@ -1,13 +1,15 @@
# frozen_string_literal: true # frozen_string_literal: true
require_relative "clouddns/version" require 'googleauth'
require 'google/cloud/dns'
module Vmpooler module Vmpooler
module Dns class PoolManager
module Google class Dns
module Clouddns class Google
class Error < StandardError; end class Clouddns
# Your code goes here... # Your code goes here...
end
end end
end end
end end