Versions in this module Expand all Collapse all v0 v0.5.0 Aug 14, 2018 Changes in this version + var ErrIntOverflowCapture = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthCapture = fmt.Errorf("proto: negative length found during unmarshaling") + var FileSink_Format_name = map[int32]string + var FileSink_Format_value = map[string]int32 + type Capture struct + SinkSelector isCapture_SinkSelector + TransportSocket *core.TransportSocket + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Capture) Descriptor() ([]byte, []int) + func (*Capture) ProtoMessage() + func (*Capture) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *Capture) XXX_Merge(src proto.Message) + func (m *Capture) GetFileSink() *FileSink + func (m *Capture) GetSinkSelector() isCapture_SinkSelector + func (m *Capture) GetTransportSocket() *core.TransportSocket + func (m *Capture) Marshal() (dAtA []byte, err error) + func (m *Capture) MarshalTo(dAtA []byte) (int, error) + func (m *Capture) Reset() + func (m *Capture) Size() (n int) + func (m *Capture) String() string + func (m *Capture) Unmarshal(dAtA []byte) error + func (m *Capture) Validate() error + func (m *Capture) XXX_DiscardUnknown() + func (m *Capture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Capture) XXX_Size() int + func (m *Capture) XXX_Unmarshal(b []byte) error + type CaptureValidationError struct + Cause error + Field string + Key bool + Reason string + func (e CaptureValidationError) Error() string + type Capture_FileSink struct + FileSink *FileSink + func (m *Capture_FileSink) MarshalTo(dAtA []byte) (int, error) + func (m *Capture_FileSink) Size() (n int) + type FileSink struct + Format FileSink_Format + PathPrefix string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FileSink) Descriptor() ([]byte, []int) + func (*FileSink) ProtoMessage() + func (dst *FileSink) XXX_Merge(src proto.Message) + func (m *FileSink) GetFormat() FileSink_Format + func (m *FileSink) GetPathPrefix() string + func (m *FileSink) Marshal() (dAtA []byte, err error) + func (m *FileSink) MarshalTo(dAtA []byte) (int, error) + func (m *FileSink) Reset() + func (m *FileSink) Size() (n int) + func (m *FileSink) String() string + func (m *FileSink) Unmarshal(dAtA []byte) error + func (m *FileSink) Validate() error + func (m *FileSink) XXX_DiscardUnknown() + func (m *FileSink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FileSink) XXX_Size() int + func (m *FileSink) XXX_Unmarshal(b []byte) error + type FileSinkValidationError struct + Cause error + Field string + Key bool + Reason string + func (e FileSinkValidationError) Error() string + type FileSink_Format int32 + const FileSink_PROTO_BINARY + const FileSink_PROTO_TEXT + func (FileSink_Format) EnumDescriptor() ([]byte, []int) + func (x FileSink_Format) String() string