drivev1

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_drive_v1_drive_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Course

type Course struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Course) Descriptor deprecated

func (*Course) Descriptor() ([]byte, []int)

Deprecated: Use Course.ProtoReflect.Descriptor instead.

func (*Course) GetId

func (x *Course) GetId() string

func (*Course) ProtoMessage

func (*Course) ProtoMessage()

func (*Course) ProtoReflect

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

func (*Course) Reset

func (x *Course) Reset()

func (*Course) String

func (x *Course) String() string

type DisplacementProgress

type DisplacementProgress struct {
	Path     string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Progress int32  `protobuf:"varint,3,opt,name=progress,proto3" json:"progress,omitempty"`
	Error    string `protobuf:"bytes,4,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplacementProgress) Descriptor deprecated

func (*DisplacementProgress) Descriptor() ([]byte, []int)

Deprecated: Use DisplacementProgress.ProtoReflect.Descriptor instead.

func (*DisplacementProgress) GetError

func (x *DisplacementProgress) GetError() string

func (*DisplacementProgress) GetName

func (x *DisplacementProgress) GetName() string

func (*DisplacementProgress) GetPath

func (x *DisplacementProgress) GetPath() string

func (*DisplacementProgress) GetProgress

func (x *DisplacementProgress) GetProgress() int32

func (*DisplacementProgress) ProtoMessage

func (*DisplacementProgress) ProtoMessage()

func (*DisplacementProgress) ProtoReflect

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

func (*DisplacementProgress) Reset

func (x *DisplacementProgress) Reset()

func (*DisplacementProgress) String

func (x *DisplacementProgress) String() string

type Drive

type Drive struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Drive) Descriptor deprecated

func (*Drive) Descriptor() ([]byte, []int)

Deprecated: Use Drive.ProtoReflect.Descriptor instead.

func (*Drive) GetId

func (x *Drive) GetId() string

func (*Drive) ProtoMessage

func (*Drive) ProtoMessage()

func (*Drive) ProtoReflect

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

func (*Drive) Reset

func (x *Drive) Reset()

func (*Drive) String

func (x *Drive) String() string

type DriveRequest

type DriveRequest struct {
	Config *v1.Config `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// Types that are assignable to Tau:
	//
	//	*DriveRequest_Latest
	//	*DriveRequest_Version
	//	*DriveRequest_Url
	//	*DriveRequest_Path
	Tau isDriveRequest_Tau `protobuf_oneof:"tau"`
	// contains filtered or unexported fields
}

func (*DriveRequest) Descriptor deprecated

func (*DriveRequest) Descriptor() ([]byte, []int)

Deprecated: Use DriveRequest.ProtoReflect.Descriptor instead.

func (*DriveRequest) GetConfig

func (x *DriveRequest) GetConfig() *v1.Config

func (*DriveRequest) GetLatest

func (x *DriveRequest) GetLatest() bool

func (*DriveRequest) GetPath

func (x *DriveRequest) GetPath() string

func (*DriveRequest) GetTau

func (m *DriveRequest) GetTau() isDriveRequest_Tau

func (*DriveRequest) GetUrl

func (x *DriveRequest) GetUrl() string

func (*DriveRequest) GetVersion

func (x *DriveRequest) GetVersion() string

func (*DriveRequest) ProtoMessage

func (*DriveRequest) ProtoMessage()

func (*DriveRequest) ProtoReflect

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

func (*DriveRequest) Reset

func (x *DriveRequest) Reset()

func (*DriveRequest) String

func (x *DriveRequest) String() string

type DriveRequest_Latest

type DriveRequest_Latest struct {
	Latest bool `protobuf:"varint,2,opt,name=latest,proto3,oneof"`
}

type DriveRequest_Path

type DriveRequest_Path struct {
	Path string `protobuf:"bytes,5,opt,name=path,proto3,oneof"`
}

type DriveRequest_Url

type DriveRequest_Url struct {
	Url string `protobuf:"bytes,4,opt,name=url,proto3,oneof"`
}

type DriveRequest_Version

type DriveRequest_Version struct {
	Version string `protobuf:"bytes,3,opt,name=version,proto3,oneof"`
}

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

func (*Empty) Descriptor() ([]byte, []int)

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type PlotRequest

type PlotRequest struct {
	Drive *Drive `protobuf:"bytes,1,opt,name=drive,proto3" json:"drive,omitempty"`
	// params
	Shapes      []string `protobuf:"bytes,2,rep,name=shapes,proto3" json:"shapes,omitempty"`
	Concurrency int32    `protobuf:"varint,3,opt,name=concurrency,proto3" json:"concurrency,omitempty"`
	// contains filtered or unexported fields
}

func (*PlotRequest) Descriptor deprecated

func (*PlotRequest) Descriptor() ([]byte, []int)

Deprecated: Use PlotRequest.ProtoReflect.Descriptor instead.

func (*PlotRequest) GetConcurrency

func (x *PlotRequest) GetConcurrency() int32

func (*PlotRequest) GetDrive

func (x *PlotRequest) GetDrive() *Drive

func (*PlotRequest) GetShapes

func (x *PlotRequest) GetShapes() []string

func (*PlotRequest) ProtoMessage

func (*PlotRequest) ProtoMessage()

func (*PlotRequest) ProtoReflect

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

func (*PlotRequest) Reset

func (x *PlotRequest) Reset()

func (*PlotRequest) String

func (x *PlotRequest) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳