server_proto

package
v0.0.0-...-5ecf4e5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthServer        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowServer          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupServer = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type BoolReply

type BoolReply struct {
	Channel bool `protobuf:"varint,1,opt,name=Channel,proto3" json:"Channel,omitempty"`
}

func (*BoolReply) Descriptor

func (*BoolReply) Descriptor() ([]byte, []int)

func (*BoolReply) GetChannel

func (m *BoolReply) GetChannel() bool

func (*BoolReply) Marshal

func (m *BoolReply) Marshal() (dAtA []byte, err error)

func (*BoolReply) MarshalTo

func (m *BoolReply) MarshalTo(dAtA []byte) (int, error)

func (*BoolReply) MarshalToSizedBuffer

func (m *BoolReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BoolReply) ProtoMessage

func (*BoolReply) ProtoMessage()

func (*BoolReply) Reset

func (m *BoolReply) Reset()

func (*BoolReply) Size

func (m *BoolReply) Size() (n int)

func (*BoolReply) String

func (m *BoolReply) String() string

func (*BoolReply) Unmarshal

func (m *BoolReply) Unmarshal(dAtA []byte) error

func (*BoolReply) XXX_DiscardUnknown

func (m *BoolReply) XXX_DiscardUnknown()

func (*BoolReply) XXX_Marshal

func (m *BoolReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BoolReply) XXX_Merge

func (m *BoolReply) XXX_Merge(src proto.Message)

func (*BoolReply) XXX_Size

func (m *BoolReply) XXX_Size() int

func (*BoolReply) XXX_Unmarshal

func (m *BoolReply) XXX_Unmarshal(b []byte) error

type CodedReply

type CodedReply struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
}

func (*CodedReply) Descriptor

func (*CodedReply) Descriptor() ([]byte, []int)

func (*CodedReply) GetMessage

func (m *CodedReply) GetMessage() string

func (*CodedReply) Marshal

func (m *CodedReply) Marshal() (dAtA []byte, err error)

func (*CodedReply) MarshalTo

func (m *CodedReply) MarshalTo(dAtA []byte) (int, error)

func (*CodedReply) MarshalToSizedBuffer

func (m *CodedReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CodedReply) ProtoMessage

func (*CodedReply) ProtoMessage()

func (*CodedReply) Reset

func (m *CodedReply) Reset()

func (*CodedReply) Size

func (m *CodedReply) Size() (n int)

func (*CodedReply) String

func (m *CodedReply) String() string

func (*CodedReply) Unmarshal

func (m *CodedReply) Unmarshal(dAtA []byte) error

func (*CodedReply) XXX_DiscardUnknown

func (m *CodedReply) XXX_DiscardUnknown()

func (*CodedReply) XXX_Marshal

func (m *CodedReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CodedReply) XXX_Merge

func (m *CodedReply) XXX_Merge(src proto.Message)

func (*CodedReply) XXX_Size

func (m *CodedReply) XXX_Size() int

func (*CodedReply) XXX_Unmarshal

func (m *CodedReply) XXX_Unmarshal(b []byte) error

type ConfigurationsDeviceRequest

type ConfigurationsDeviceRequest struct {
	DeviceUniqID string                    `protobuf:"bytes,1,opt,name=DeviceUniqID,proto3" json:"DeviceUniqID,omitempty"`
	ChannelsMode string                    `protobuf:"bytes,2,opt,name=ChannelsMode,proto3" json:"ChannelsMode,omitempty"`
	Name         string                    `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	OnvifURL     string                    `protobuf:"bytes,4,opt,name=OnvifURL,proto3" json:"OnvifURL,omitempty"`
	Channels     map[string]*DeviceChannel `` /* 157-byte string literal not displayed */
}

func (*ConfigurationsDeviceRequest) Descriptor

func (*ConfigurationsDeviceRequest) Descriptor() ([]byte, []int)

func (*ConfigurationsDeviceRequest) GetChannels

func (m *ConfigurationsDeviceRequest) GetChannels() map[string]*DeviceChannel

func (*ConfigurationsDeviceRequest) GetChannelsMode

func (m *ConfigurationsDeviceRequest) GetChannelsMode() string

func (*ConfigurationsDeviceRequest) GetDeviceUniqID

func (m *ConfigurationsDeviceRequest) GetDeviceUniqID() string

func (*ConfigurationsDeviceRequest) GetName

func (m *ConfigurationsDeviceRequest) GetName() string

func (*ConfigurationsDeviceRequest) GetOnvifURL

func (m *ConfigurationsDeviceRequest) GetOnvifURL() string

func (*ConfigurationsDeviceRequest) Marshal

func (m *ConfigurationsDeviceRequest) Marshal() (dAtA []byte, err error)

func (*ConfigurationsDeviceRequest) MarshalTo

func (m *ConfigurationsDeviceRequest) MarshalTo(dAtA []byte) (int, error)

func (*ConfigurationsDeviceRequest) MarshalToSizedBuffer

func (m *ConfigurationsDeviceRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ConfigurationsDeviceRequest) ProtoMessage

func (*ConfigurationsDeviceRequest) ProtoMessage()

func (*ConfigurationsDeviceRequest) Reset

func (m *ConfigurationsDeviceRequest) Reset()

func (*ConfigurationsDeviceRequest) Size

func (m *ConfigurationsDeviceRequest) Size() (n int)

func (*ConfigurationsDeviceRequest) String

func (m *ConfigurationsDeviceRequest) String() string

func (*ConfigurationsDeviceRequest) Unmarshal

func (m *ConfigurationsDeviceRequest) Unmarshal(dAtA []byte) error

func (*ConfigurationsDeviceRequest) XXX_DiscardUnknown

func (m *ConfigurationsDeviceRequest) XXX_DiscardUnknown()

func (*ConfigurationsDeviceRequest) XXX_Marshal

func (m *ConfigurationsDeviceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ConfigurationsDeviceRequest) XXX_Merge

func (m *ConfigurationsDeviceRequest) XXX_Merge(src proto.Message)

func (*ConfigurationsDeviceRequest) XXX_Size

func (m *ConfigurationsDeviceRequest) XXX_Size() int

func (*ConfigurationsDeviceRequest) XXX_Unmarshal

func (m *ConfigurationsDeviceRequest) XXX_Unmarshal(b []byte) error

type DeviceChannel

type DeviceChannel struct {
	Name        string  `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	DataURL     string  `protobuf:"bytes,2,opt,name=DataURL,proto3" json:"DataURL,omitempty"`
	SnapshotURL string  `protobuf:"bytes,3,opt,name=SnapshotURL,proto3" json:"SnapshotURL,omitempty"`
	VOD         bool    `protobuf:"varint,4,opt,name=VOD,proto3" json:"VOD,omitempty"`
	Record      bool    `protobuf:"varint,5,opt,name=Record,proto3" json:"Record,omitempty"`
	RecordTime  uint32  `protobuf:"varint,6,opt,name=RecordTime,proto3" json:"RecordTime,omitempty"`
	Audio       bool    `protobuf:"varint,7,opt,name=Audio,proto3" json:"Audio,omitempty"`
	RTPProxy    bool    `protobuf:"varint,8,opt,name=RTPProxy,proto3" json:"RTPProxy,omitempty"`
	Debug       bool    `protobuf:"varint,9,opt,name=Debug,proto3" json:"Debug,omitempty"`
	DebugRaw    bool    `protobuf:"varint,10,opt,name=DebugRaw,proto3" json:"DebugRaw,omitempty"`
	Status      uint32  `protobuf:"varint,11,opt,name=Status,proto3" json:"Status,omitempty"`
	Bitrate     float32 `protobuf:"fixed32,12,opt,name=Bitrate,proto3" json:"Bitrate,omitempty"`
}

func (*DeviceChannel) Descriptor

func (*DeviceChannel) Descriptor() ([]byte, []int)

func (*DeviceChannel) GetAudio

func (m *DeviceChannel) GetAudio() bool

func (*DeviceChannel) GetBitrate

func (m *DeviceChannel) GetBitrate() float32

func (*DeviceChannel) GetDataURL

func (m *DeviceChannel) GetDataURL() string

func (*DeviceChannel) GetDebug

func (m *DeviceChannel) GetDebug() bool

func (*DeviceChannel) GetDebugRaw

func (m *DeviceChannel) GetDebugRaw() bool

func (*DeviceChannel) GetName

func (m *DeviceChannel) GetName() string

func (*DeviceChannel) GetRTPProxy

func (m *DeviceChannel) GetRTPProxy() bool

func (*DeviceChannel) GetRecord

func (m *DeviceChannel) GetRecord() bool

func (*DeviceChannel) GetRecordTime

func (m *DeviceChannel) GetRecordTime() uint32

func (*DeviceChannel) GetSnapshotURL

func (m *DeviceChannel) GetSnapshotURL() string

func (*DeviceChannel) GetStatus

func (m *DeviceChannel) GetStatus() uint32

func (*DeviceChannel) GetVOD

func (m *DeviceChannel) GetVOD() bool

func (*DeviceChannel) Marshal

func (m *DeviceChannel) Marshal() (dAtA []byte, err error)

func (*DeviceChannel) MarshalTo

func (m *DeviceChannel) MarshalTo(dAtA []byte) (int, error)

func (*DeviceChannel) MarshalToSizedBuffer

func (m *DeviceChannel) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceChannel) ProtoMessage

func (*DeviceChannel) ProtoMessage()

func (*DeviceChannel) Reset

func (m *DeviceChannel) Reset()

func (*DeviceChannel) Size

func (m *DeviceChannel) Size() (n int)

func (*DeviceChannel) String

func (m *DeviceChannel) String() string

func (*DeviceChannel) Unmarshal

func (m *DeviceChannel) Unmarshal(dAtA []byte) error

func (*DeviceChannel) XXX_DiscardUnknown

func (m *DeviceChannel) XXX_DiscardUnknown()

func (*DeviceChannel) XXX_Marshal

func (m *DeviceChannel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceChannel) XXX_Merge

func (m *DeviceChannel) XXX_Merge(src proto.Message)

func (*DeviceChannel) XXX_Size

func (m *DeviceChannel) XXX_Size() int

func (*DeviceChannel) XXX_Unmarshal

func (m *DeviceChannel) XXX_Unmarshal(b []byte) error

type DeviceUniqID

type DeviceUniqID struct {
	DeviceUniqID string `protobuf:"bytes,1,opt,name=DeviceUniqID,proto3" json:"DeviceUniqID,omitempty"`
}

func (*DeviceUniqID) Descriptor

func (*DeviceUniqID) Descriptor() ([]byte, []int)

func (*DeviceUniqID) GetDeviceUniqID

func (m *DeviceUniqID) GetDeviceUniqID() string

func (*DeviceUniqID) Marshal

func (m *DeviceUniqID) Marshal() (dAtA []byte, err error)

func (*DeviceUniqID) MarshalTo

func (m *DeviceUniqID) MarshalTo(dAtA []byte) (int, error)

func (*DeviceUniqID) MarshalToSizedBuffer

func (m *DeviceUniqID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceUniqID) ProtoMessage

func (*DeviceUniqID) ProtoMessage()

func (*DeviceUniqID) Reset

func (m *DeviceUniqID) Reset()

func (*DeviceUniqID) Size

func (m *DeviceUniqID) Size() (n int)

func (*DeviceUniqID) String

func (m *DeviceUniqID) String() string

func (*DeviceUniqID) Unmarshal

func (m *DeviceUniqID) Unmarshal(dAtA []byte) error

func (*DeviceUniqID) XXX_DiscardUnknown

func (m *DeviceUniqID) XXX_DiscardUnknown()

func (*DeviceUniqID) XXX_Marshal

func (m *DeviceUniqID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceUniqID) XXX_Merge

func (m *DeviceUniqID) XXX_Merge(src proto.Message)

func (*DeviceUniqID) XXX_Size

func (m *DeviceUniqID) XXX_Size() int

func (*DeviceUniqID) XXX_Unmarshal

func (m *DeviceUniqID) XXX_Unmarshal(b []byte) error

type DeviceUniqIDAbdChannelUniqID

type DeviceUniqIDAbdChannelUniqID struct {
	DeviceUniqID  string `protobuf:"bytes,1,opt,name=DeviceUniqID,proto3" json:"DeviceUniqID,omitempty"`
	ChannelUniqID string `protobuf:"bytes,2,opt,name=ChannelUniqID,proto3" json:"ChannelUniqID,omitempty"`
}

func (*DeviceUniqIDAbdChannelUniqID) Descriptor

func (*DeviceUniqIDAbdChannelUniqID) Descriptor() ([]byte, []int)

func (*DeviceUniqIDAbdChannelUniqID) GetChannelUniqID

func (m *DeviceUniqIDAbdChannelUniqID) GetChannelUniqID() string

func (*DeviceUniqIDAbdChannelUniqID) GetDeviceUniqID

func (m *DeviceUniqIDAbdChannelUniqID) GetDeviceUniqID() string

func (*DeviceUniqIDAbdChannelUniqID) Marshal

func (m *DeviceUniqIDAbdChannelUniqID) Marshal() (dAtA []byte, err error)

func (*DeviceUniqIDAbdChannelUniqID) MarshalTo

func (m *DeviceUniqIDAbdChannelUniqID) MarshalTo(dAtA []byte) (int, error)

func (*DeviceUniqIDAbdChannelUniqID) MarshalToSizedBuffer

func (m *DeviceUniqIDAbdChannelUniqID) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DeviceUniqIDAbdChannelUniqID) ProtoMessage

func (*DeviceUniqIDAbdChannelUniqID) ProtoMessage()

func (*DeviceUniqIDAbdChannelUniqID) Reset

func (m *DeviceUniqIDAbdChannelUniqID) Reset()

func (*DeviceUniqIDAbdChannelUniqID) Size

func (m *DeviceUniqIDAbdChannelUniqID) Size() (n int)

func (*DeviceUniqIDAbdChannelUniqID) String

func (*DeviceUniqIDAbdChannelUniqID) Unmarshal

func (m *DeviceUniqIDAbdChannelUniqID) Unmarshal(dAtA []byte) error

func (*DeviceUniqIDAbdChannelUniqID) XXX_DiscardUnknown

func (m *DeviceUniqIDAbdChannelUniqID) XXX_DiscardUnknown()

func (*DeviceUniqIDAbdChannelUniqID) XXX_Marshal

func (m *DeviceUniqIDAbdChannelUniqID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeviceUniqIDAbdChannelUniqID) XXX_Merge

func (m *DeviceUniqIDAbdChannelUniqID) XXX_Merge(src proto.Message)

func (*DeviceUniqIDAbdChannelUniqID) XXX_Size

func (m *DeviceUniqIDAbdChannelUniqID) XXX_Size() int

func (*DeviceUniqIDAbdChannelUniqID) XXX_Unmarshal

func (m *DeviceUniqIDAbdChannelUniqID) XXX_Unmarshal(b []byte) error

type DevicesSummaryReply

type DevicesSummaryReply struct {
	Encoders map[string]*ConfigurationsDeviceRequest `` /* 157-byte string literal not displayed */
}

func (*DevicesSummaryReply) Descriptor

func (*DevicesSummaryReply) Descriptor() ([]byte, []int)

func (*DevicesSummaryReply) GetEncoders

func (*DevicesSummaryReply) Marshal

func (m *DevicesSummaryReply) Marshal() (dAtA []byte, err error)

func (*DevicesSummaryReply) MarshalTo

func (m *DevicesSummaryReply) MarshalTo(dAtA []byte) (int, error)

func (*DevicesSummaryReply) MarshalToSizedBuffer

func (m *DevicesSummaryReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DevicesSummaryReply) ProtoMessage

func (*DevicesSummaryReply) ProtoMessage()

func (*DevicesSummaryReply) Reset

func (m *DevicesSummaryReply) Reset()

func (*DevicesSummaryReply) Size

func (m *DevicesSummaryReply) Size() (n int)

func (*DevicesSummaryReply) String

func (m *DevicesSummaryReply) String() string

func (*DevicesSummaryReply) Unmarshal

func (m *DevicesSummaryReply) Unmarshal(dAtA []byte) error

func (*DevicesSummaryReply) XXX_DiscardUnknown

func (m *DevicesSummaryReply) XXX_DiscardUnknown()

func (*DevicesSummaryReply) XXX_Marshal

func (m *DevicesSummaryReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DevicesSummaryReply) XXX_Merge

func (m *DevicesSummaryReply) XXX_Merge(src proto.Message)

func (*DevicesSummaryReply) XXX_Size

func (m *DevicesSummaryReply) XXX_Size() int

func (*DevicesSummaryReply) XXX_Unmarshal

func (m *DevicesSummaryReply) XXX_Unmarshal(b []byte) error

type Empty

type Empty struct {
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Empty) XXX_Merge

func (m *Empty) XXX_Merge(src proto.Message)

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

func (m *Empty) XXX_Unmarshal(b []byte) error

type MapBoolReply

type MapBoolReply struct {
	Channels map[string]uint32 `` /* 158-byte string literal not displayed */
}

func (*MapBoolReply) Descriptor

func (*MapBoolReply) Descriptor() ([]byte, []int)

func (*MapBoolReply) GetChannels

func (m *MapBoolReply) GetChannels() map[string]uint32

func (*MapBoolReply) Marshal

func (m *MapBoolReply) Marshal() (dAtA []byte, err error)

func (*MapBoolReply) MarshalTo

func (m *MapBoolReply) MarshalTo(dAtA []byte) (int, error)

func (*MapBoolReply) MarshalToSizedBuffer

func (m *MapBoolReply) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MapBoolReply) ProtoMessage

func (*MapBoolReply) ProtoMessage()

func (*MapBoolReply) Reset

func (m *MapBoolReply) Reset()

func (*MapBoolReply) Size

func (m *MapBoolReply) Size() (n int)

func (*MapBoolReply) String

func (m *MapBoolReply) String() string

func (*MapBoolReply) Unmarshal

func (m *MapBoolReply) Unmarshal(dAtA []byte) error

func (*MapBoolReply) XXX_DiscardUnknown

func (m *MapBoolReply) XXX_DiscardUnknown()

func (*MapBoolReply) XXX_Marshal

func (m *MapBoolReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MapBoolReply) XXX_Merge

func (m *MapBoolReply) XXX_Merge(src proto.Message)

func (*MapBoolReply) XXX_Size

func (m *MapBoolReply) XXX_Size() int

func (*MapBoolReply) XXX_Unmarshal

func (m *MapBoolReply) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL