utilv1

package
v0.0.0-...-3511abf Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_determined_util_v1_util_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type File

type File struct {

	// Path to the file.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// File type.
	Type int32 `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	// base64 encoded contents of the file.
	Content []byte `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// Modified time (Unix timestamp).
	Mtime int64 `protobuf:"varint,4,opt,name=mtime,proto3" json:"mtime,omitempty"`
	// File mode.
	Mode int32 `protobuf:"varint,5,opt,name=mode,proto3" json:"mode,omitempty"`
	// User ID.
	Uid int32 `protobuf:"varint,6,opt,name=uid,proto3" json:"uid,omitempty"`
	// Group ID.
	Gid int32 `protobuf:"varint,7,opt,name=gid,proto3" json:"gid,omitempty"`
	// contains filtered or unexported fields
}

File is a Unix file.

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent

func (x *File) GetContent() []byte

func (*File) GetGid

func (x *File) GetGid() int32

func (*File) GetMode

func (x *File) GetMode() int32

func (*File) GetMtime

func (x *File) GetMtime() int64

func (*File) GetPath

func (x *File) GetPath() string

func (*File) GetType

func (x *File) GetType() int32

func (*File) GetUid

func (x *File) GetUid() int32

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

Jump to

Keyboard shortcuts

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