Documentation ¶
Index ¶
- Variables
- type EventType
- type FormFile
- func (*FormFile) Descriptor() ([]byte, []int)deprecated
- func (x *FormFile) GetContentType() []string
- func (x *FormFile) GetFilename() string
- func (x *FormFile) GetName() string
- func (x *FormFile) GetSite() int64
- func (*FormFile) ProtoMessage()
- func (x *FormFile) ProtoReflect() protoreflect.Message
- func (x *FormFile) Reset()
- func (x *FormFile) String() string
- type ServiceInfo
- func (*ServiceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceInfo) GetHostname() string
- func (x *ServiceInfo) GetIp() string
- func (x *ServiceInfo) GetName() string
- func (x *ServiceInfo) GetPath() string
- func (x *ServiceInfo) GetVersion() string
- func (*ServiceInfo) ProtoMessage()
- func (x *ServiceInfo) ProtoReflect() protoreflect.Message
- func (x *ServiceInfo) Reset()
- func (x *ServiceInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( EventType_name = map[int32]string{ 0: "UNKNOWN", 1: "CREATE", 2: "UPDATE", 3: "DELETE", } EventType_value = map[string]int32{ "UNKNOWN": 0, "CREATE": 1, "UPDATE": 2, "DELETE": 3, } )
Enum value maps for EventType.
View Source
var File_proto_lava_event_proto protoreflect.FileDescriptor
View Source
var File_proto_lava_form_file_proto protoreflect.FileDescriptor
View Source
var File_proto_lava_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EventType ¶
type EventType int32
func (EventType) Descriptor ¶
func (EventType) Descriptor() protoreflect.EnumDescriptor
func (EventType) EnumDescriptor
deprecated
func (EventType) Number ¶
func (x EventType) Number() protoreflect.EnumNumber
func (EventType) Type ¶
func (EventType) Type() protoreflect.EnumType
type FormFile ¶
type FormFile struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Filename string `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"` ContentType []string `protobuf:"bytes,3,rep,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` Site int64 `protobuf:"varint,4,opt,name=site,proto3" json:"site,omitempty"` // contains filtered or unexported fields }
func (*FormFile) Descriptor
deprecated
func (*FormFile) GetContentType ¶
func (*FormFile) GetFilename ¶
func (*FormFile) ProtoMessage ¶
func (*FormFile) ProtoMessage()
func (*FormFile) ProtoReflect ¶
func (x *FormFile) ProtoReflect() protoreflect.Message
type ServiceInfo ¶
type ServiceInfo struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` Hostname string `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"` Ip string `protobuf:"bytes,5,opt,name=ip,proto3" json:"ip,omitempty"` // contains filtered or unexported fields }
func (*ServiceInfo) Descriptor
deprecated
func (*ServiceInfo) Descriptor() ([]byte, []int)
Deprecated: Use ServiceInfo.ProtoReflect.Descriptor instead.
func (*ServiceInfo) GetHostname ¶
func (x *ServiceInfo) GetHostname() string
func (*ServiceInfo) GetIp ¶
func (x *ServiceInfo) GetIp() string
func (*ServiceInfo) GetName ¶
func (x *ServiceInfo) GetName() string
func (*ServiceInfo) GetPath ¶
func (x *ServiceInfo) GetPath() string
func (*ServiceInfo) GetVersion ¶
func (x *ServiceInfo) GetVersion() string
func (*ServiceInfo) ProtoMessage ¶
func (*ServiceInfo) ProtoMessage()
func (*ServiceInfo) ProtoReflect ¶
func (x *ServiceInfo) ProtoReflect() protoreflect.Message
func (*ServiceInfo) Reset ¶
func (x *ServiceInfo) Reset()
func (*ServiceInfo) String ¶
func (x *ServiceInfo) String() string
Click to show internal directories.
Click to hide internal directories.