Documentation
¶
Index ¶
- Variables
- type EndCallV1Request
- func (*EndCallV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *EndCallV1Request) GetHeaders() map[string]string
- func (*EndCallV1Request) ProtoMessage()
- func (x *EndCallV1Request) ProtoReflect() protoreflect.Message
- func (x *EndCallV1Request) Reset()
- func (x *EndCallV1Request) String() string
- type EndCallV1Response
- type GetRemoteHeadersV1Request
- func (*GetRemoteHeadersV1Request) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemoteHeadersV1Request) GetExclude() []string
- func (x *GetRemoteHeadersV1Request) GetInclude() []string
- func (*GetRemoteHeadersV1Request) ProtoMessage()
- func (x *GetRemoteHeadersV1Request) ProtoReflect() protoreflect.Message
- func (x *GetRemoteHeadersV1Request) Reset()
- func (x *GetRemoteHeadersV1Request) String() string
- type GetRemoteHeadersV1Response
- func (*GetRemoteHeadersV1Response) Descriptor() ([]byte, []int)deprecated
- func (x *GetRemoteHeadersV1Response) GetHeaders() map[string]string
- func (*GetRemoteHeadersV1Response) ProtoMessage()
- func (x *GetRemoteHeadersV1Response) ProtoReflect() protoreflect.Message
- func (x *GetRemoteHeadersV1Response) Reset()
- func (x *GetRemoteHeadersV1Response) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_roomrpc_siprpc_roomrpc_sip_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EndCallV1Request ¶
type EndCallV1Request struct {
Headers map[string]string `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*EndCallV1Request) Descriptor
deprecated
func (*EndCallV1Request) Descriptor() ([]byte, []int)
Deprecated: Use EndCallV1Request.ProtoReflect.Descriptor instead.
func (*EndCallV1Request) GetHeaders ¶
func (x *EndCallV1Request) GetHeaders() map[string]string
func (*EndCallV1Request) ProtoMessage ¶
func (*EndCallV1Request) ProtoMessage()
func (*EndCallV1Request) ProtoReflect ¶
func (x *EndCallV1Request) ProtoReflect() protoreflect.Message
func (*EndCallV1Request) Reset ¶
func (x *EndCallV1Request) Reset()
func (*EndCallV1Request) String ¶
func (x *EndCallV1Request) String() string
type EndCallV1Response ¶
type EndCallV1Response struct {
// contains filtered or unexported fields
}
func (*EndCallV1Response) Descriptor
deprecated
func (*EndCallV1Response) Descriptor() ([]byte, []int)
Deprecated: Use EndCallV1Response.ProtoReflect.Descriptor instead.
func (*EndCallV1Response) ProtoMessage ¶
func (*EndCallV1Response) ProtoMessage()
func (*EndCallV1Response) ProtoReflect ¶
func (x *EndCallV1Response) ProtoReflect() protoreflect.Message
func (*EndCallV1Response) Reset ¶
func (x *EndCallV1Response) Reset()
func (*EndCallV1Response) String ¶
func (x *EndCallV1Response) String() string
type GetRemoteHeadersV1Request ¶
type GetRemoteHeadersV1Request struct {
Include []string `protobuf:"bytes,1,rep,name=include,proto3" json:"include,omitempty"` // list of headers to include
Exclude []string `protobuf:"bytes,2,rep,name=exclude,proto3" json:"exclude,omitempty"` // list of headers to exclude
// contains filtered or unexported fields
}
func (*GetRemoteHeadersV1Request) Descriptor
deprecated
func (*GetRemoteHeadersV1Request) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteHeadersV1Request.ProtoReflect.Descriptor instead.
func (*GetRemoteHeadersV1Request) GetExclude ¶
func (x *GetRemoteHeadersV1Request) GetExclude() []string
func (*GetRemoteHeadersV1Request) GetInclude ¶
func (x *GetRemoteHeadersV1Request) GetInclude() []string
func (*GetRemoteHeadersV1Request) ProtoMessage ¶
func (*GetRemoteHeadersV1Request) ProtoMessage()
func (*GetRemoteHeadersV1Request) ProtoReflect ¶
func (x *GetRemoteHeadersV1Request) ProtoReflect() protoreflect.Message
func (*GetRemoteHeadersV1Request) Reset ¶
func (x *GetRemoteHeadersV1Request) Reset()
func (*GetRemoteHeadersV1Request) String ¶
func (x *GetRemoteHeadersV1Request) String() string
type GetRemoteHeadersV1Response ¶
type GetRemoteHeadersV1Response struct {
Headers map[string]string `` /* 141-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*GetRemoteHeadersV1Response) Descriptor
deprecated
func (*GetRemoteHeadersV1Response) Descriptor() ([]byte, []int)
Deprecated: Use GetRemoteHeadersV1Response.ProtoReflect.Descriptor instead.
func (*GetRemoteHeadersV1Response) GetHeaders ¶
func (x *GetRemoteHeadersV1Response) GetHeaders() map[string]string
func (*GetRemoteHeadersV1Response) ProtoMessage ¶
func (*GetRemoteHeadersV1Response) ProtoMessage()
func (*GetRemoteHeadersV1Response) ProtoReflect ¶
func (x *GetRemoteHeadersV1Response) ProtoReflect() protoreflect.Message
func (*GetRemoteHeadersV1Response) Reset ¶
func (x *GetRemoteHeadersV1Response) Reset()
func (*GetRemoteHeadersV1Response) String ¶
func (x *GetRemoteHeadersV1Response) String() string
Click to show internal directories.
Click to hide internal directories.