Documentation ¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
pb/ari.proto
It has these top-level messages:
Key
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { // Kind indicates the type of resource the Key points to. e.g., "channel", // "bridge", etc. Kind string `protobuf:"bytes,1,opt,name=kind" json:"kind,omitempty"` // ID indicates the unique identifier of the resource Id string `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"` // Node indicates the unique identifier of the Asterisk node on which the // resource exists or will be created Node string `protobuf:"bytes,3,opt,name=node" json:"node,omitempty"` // Dialog indicates a named scope of the resource, for receiving events Dialog string `protobuf:"bytes,4,opt,name=dialog" json:"dialog,omitempty"` // App indiciates the ARI application that this key is bound to. App string `protobuf:"bytes,5,opt,name=app" json:"app,omitempty"` }
Key identifies a unique resource in the system
func (*Key) Descriptor ¶
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.