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 ¶
View Source
var ( ErrInvalidLengthAri = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAri = fmt.Errorf("proto: integer overflow") )
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,proto3" json:"kind,omitempty"`
// ID indicates the unique identifier of the resource
Id string `protobuf:"bytes,2,opt,name=id,proto3" 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,proto3" json:"node,omitempty"`
// Dialog indicates a named scope of the resource, for receiving events
Dialog string `protobuf:"bytes,4,opt,name=dialog,proto3" json:"dialog,omitempty"`
// App indiciates the ARI application that this key is bound to.
App string `protobuf:"bytes,5,opt,name=app,proto3" 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.