Documentation ¶
Index ¶
- type SourceContext
- func (m *SourceContext) CloneMessageVT() protobuf_go_lite.CloneMessage
- func (m *SourceContext) CloneVT() *SourceContext
- func (this *SourceContext) EqualMessageVT(thatMsg any) bool
- func (this *SourceContext) EqualVT(that *SourceContext) bool
- func (x *SourceContext) GetFileName() string
- func (x *SourceContext) MarshalProtoText() string
- func (m *SourceContext) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *SourceContext) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *SourceContext) MarshalToVT(dAtA []byte) (int, error)
- func (m *SourceContext) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *SourceContext) MarshalVT() (dAtA []byte, err error)
- func (m *SourceContext) MarshalVTStrict() (dAtA []byte, err error)
- func (*SourceContext) ProtoMessage()
- func (x *SourceContext) Reset()
- func (m *SourceContext) SizeVT() (n int)
- func (x *SourceContext) String() string
- func (m *SourceContext) UnmarshalVT(dAtA []byte) error
- func (m *SourceContext) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceContext ¶
type SourceContext struct { // The path-qualified name of the .proto file that contained the associated // protobuf element. For example: `"google/protobuf/source_context.proto"`. FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"fileName,omitempty"` // contains filtered or unexported fields }
`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.
func (*SourceContext) CloneMessageVT ¶
func (m *SourceContext) CloneMessageVT() protobuf_go_lite.CloneMessage
func (*SourceContext) CloneVT ¶
func (m *SourceContext) CloneVT() *SourceContext
func (*SourceContext) EqualMessageVT ¶
func (this *SourceContext) EqualMessageVT(thatMsg any) bool
func (*SourceContext) EqualVT ¶
func (this *SourceContext) EqualVT(that *SourceContext) bool
func (*SourceContext) GetFileName ¶
func (x *SourceContext) GetFileName() string
func (*SourceContext) MarshalProtoText ¶ added in v0.5.0
func (x *SourceContext) MarshalProtoText() string
func (*SourceContext) MarshalToSizedBufferVT ¶
func (m *SourceContext) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SourceContext) MarshalToSizedBufferVTStrict ¶
func (m *SourceContext) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*SourceContext) MarshalToVT ¶
func (m *SourceContext) MarshalToVT(dAtA []byte) (int, error)
func (*SourceContext) MarshalToVTStrict ¶
func (m *SourceContext) MarshalToVTStrict(dAtA []byte) (int, error)
func (*SourceContext) MarshalVT ¶
func (m *SourceContext) MarshalVT() (dAtA []byte, err error)
func (*SourceContext) MarshalVTStrict ¶
func (m *SourceContext) MarshalVTStrict() (dAtA []byte, err error)
func (*SourceContext) ProtoMessage ¶
func (*SourceContext) ProtoMessage()
func (*SourceContext) Reset ¶
func (x *SourceContext) Reset()
func (*SourceContext) SizeVT ¶
func (m *SourceContext) SizeVT() (n int)
func (*SourceContext) String ¶ added in v0.5.0
func (x *SourceContext) String() string
func (*SourceContext) UnmarshalVT ¶
func (m *SourceContext) UnmarshalVT(dAtA []byte) error
func (*SourceContext) UnmarshalVTUnsafe ¶
func (m *SourceContext) UnmarshalVTUnsafe(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.