Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_model_model_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Interface) Descriptor
deprecated
func (*Interface) ProtoMessage ¶
func (*Interface) ProtoMessage()
func (*Interface) ProtoReflect ¶ added in v3.3.0
func (x *Interface) ProtoReflect() protoreflect.Message
type Route ¶
type Route struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` InterfaceName string `protobuf:"bytes,2,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` // contains filtered or unexported fields }
func (*Route) Descriptor
deprecated
func (*Route) GetInterfaceName ¶
func (*Route) ProtoMessage ¶
func (*Route) ProtoMessage()
func (*Route) ProtoReflect ¶ added in v3.3.0
func (x *Route) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.