struct Protocol::Storage::SharedStorageEntry

Overview

Struct for a single key-value pair in an origin's shared storage.

Included Modules

Defined in:

protocol/storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def key : String #

[View source]
def value : String #

[View source]