Documentation ¶
Index ¶
- type TextLine
- func (*TextLine) Descriptor() ([]byte, []int)
- func (m *TextLine) GetLine() string
- func (m *TextLine) GetLineNumber() int32
- func (*TextLine) ProtoMessage()
- func (m *TextLine) Reset()
- func (m *TextLine) String() string
- func (m *TextLine) XXX_DiscardUnknown()
- func (m *TextLine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *TextLine) XXX_Merge(src proto.Message)
- func (m *TextLine) XXX_Size() int
- func (m *TextLine) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextLine ¶
type TextLine struct { LineNumber int32 `protobuf:"varint,1,opt,name=lineNumber" json:"lineNumber,omitempty"` Line string `protobuf:"bytes,2,opt,name=line" json:"line,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TextLine) Descriptor ¶
func (*TextLine) GetLineNumber ¶
func (*TextLine) ProtoMessage ¶
func (*TextLine) ProtoMessage()
func (*TextLine) XXX_DiscardUnknown ¶
func (m *TextLine) XXX_DiscardUnknown()
func (*TextLine) XXX_Marshal ¶
func (*TextLine) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.