lavapbv1

package
v0.2.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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
const (
	EventType_UNKNOWN EventType = 0
	EventType_CREATE  EventType = 1
	EventType_UPDATE  EventType = 2
	EventType_DELETE  EventType = 3
)

func (EventType) Descriptor

func (EventType) Descriptor() protoreflect.EnumDescriptor

func (EventType) Enum

func (x EventType) Enum() *EventType

func (EventType) EnumDescriptor deprecated

func (EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventType.Descriptor instead.

func (EventType) Number

func (x EventType) Number() protoreflect.EnumNumber

func (EventType) String

func (x EventType) String() string

func (EventType) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use FormFile.ProtoReflect.Descriptor instead.

func (*FormFile) GetContentType

func (x *FormFile) GetContentType() []string

func (*FormFile) GetFilename

func (x *FormFile) GetFilename() string

func (*FormFile) GetName

func (x *FormFile) GetName() string

func (*FormFile) GetSite

func (x *FormFile) GetSite() int64

func (*FormFile) ProtoMessage

func (*FormFile) ProtoMessage()

func (*FormFile) ProtoReflect

func (x *FormFile) ProtoReflect() protoreflect.Message

func (*FormFile) Reset

func (x *FormFile) Reset()

func (*FormFile) String

func (x *FormFile) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL