dnsmanager/src/responses/keepalive.cr

8 lines
133 B
Crystal

class DNSManager::Response
IPC::JSON.message KeepAlive, 250 do
def initialize()
end
end
DNSManager.responses << KeepAlive
end