Documentation ¶
Overview ¶
Package loader is a generated protocol buffer package.
It is generated from these files:
v2ray.com/core/common/loader/type.proto
It has these top-level messages:
TypedSettings
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetInstance ¶
Types ¶
type TypedSettings ¶
type TypedSettings struct { // The name of the message type, retrieved from protobuf API. Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` // Serialized proto message. Settings []byte `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"` }
Serialized proto message along with its type name.
func NewTypedSettings ¶
func NewTypedSettings(message proto.Message) *TypedSettings
func (*TypedSettings) Descriptor ¶
func (*TypedSettings) Descriptor() ([]byte, []int)
func (*TypedSettings) GetInstance ¶
func (this *TypedSettings) GetInstance() (interface{}, error)
func (*TypedSettings) ProtoMessage ¶
func (*TypedSettings) ProtoMessage()
func (*TypedSettings) Reset ¶
func (m *TypedSettings) Reset()
func (*TypedSettings) String ¶
func (m *TypedSettings) String() string
Click to show internal directories.
Click to hide internal directories.