module Karma::Protocol

Defined in:

protocol.cr

Constant Summary

VERSION = 2_u32

Class Method Summary

Class Method Detail

def self.error(code : String, message : String, version = VERSION) : String #

[View source]
def self.success(response, version = VERSION, idempotent : Bool | Nil = nil) : String #

[View source]
def self.success_uint64(response : UInt64, version = VERSION) : String #

[View source]