Перейти к содержанию

STRUCT

StorageMeta

public struct StorageMeta : Equatable, Hashable

Storage entry identification data

Each unique combination of room and topic should uniquely identify a storage entry

Properties

room

public let room: String

Data scope, e.g. single user, single communication session, etc.

topic

public let topic: String

Data tag within a scope, e.g. signgle user's property, single communication step, etc.

Methods

init(room:topic:)

public init(room: String, topic: String)