clientpb

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InstallRequest_Source_name = map[int32]string{
		0: "Git",
		1: "Local",
	}
	InstallRequest_Source_value = map[string]int32{
		"Git":   0,
		"Local": 1,
	}
)

Enum value maps for InstallRequest_Source.

View Source
var (
	ResponseDetail_Dest_name = map[int32]string{
		0:  "File",
		1:  "Stdout",
		-1: "None",
	}
	ResponseDetail_Dest_value = map[string]int32{
		"File":   0,
		"Stdout": 1,
		"None":   -1,
	}
)

Enum value maps for ResponseDetail_Dest.

View Source
var File_clientpb_client_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Agent

type Agent struct {
	AgentId   string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Version   string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	OS        string `protobuf:"bytes,4,opt,name=OS,proto3" json:"OS,omitempty"`
	Arch      string `protobuf:"bytes,5,opt,name=arch,proto3" json:"arch,omitempty"`
	Host      string `protobuf:"bytes,6,opt,name=host,proto3" json:"host,omitempty"`
	Port      string `protobuf:"bytes,7,opt,name=port,proto3" json:"port,omitempty"`
	Builder   string `protobuf:"bytes,8,opt,name=builder,proto3" json:"builder,omitempty"`
	File      string `protobuf:"bytes,9,opt,name=file,proto3" json:"file,omitempty"`
	CreatedAt string `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	CreatedBy string `protobuf:"bytes,11,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	AgentInfo string `protobuf:"bytes,12,opt,name=agent_info,json=agentInfo,proto3" json:"agent_info,omitempty"`
	// contains filtered or unexported fields
}

func (*Agent) Descriptor deprecated

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

Deprecated: Use Agent.ProtoReflect.Descriptor instead.

func (*Agent) GetAgentId

func (x *Agent) GetAgentId() string

func (*Agent) GetAgentInfo added in v0.1.1

func (x *Agent) GetAgentInfo() string

func (*Agent) GetArch

func (x *Agent) GetArch() string

func (*Agent) GetBuilder

func (x *Agent) GetBuilder() string

func (*Agent) GetCreatedAt

func (x *Agent) GetCreatedAt() string

func (*Agent) GetCreatedBy

func (x *Agent) GetCreatedBy() string

func (*Agent) GetFile

func (x *Agent) GetFile() string

func (*Agent) GetHost

func (x *Agent) GetHost() string

func (*Agent) GetName

func (x *Agent) GetName() string

func (*Agent) GetOS

func (x *Agent) GetOS() string

func (*Agent) GetPort

func (x *Agent) GetPort() string

func (*Agent) GetVersion

func (x *Agent) GetVersion() string

func (*Agent) ProtoMessage

func (*Agent) ProtoMessage()

func (*Agent) ProtoReflect

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

func (*Agent) Reset

func (x *Agent) Reset()

func (*Agent) String

func (x *Agent) String() string

type AgentRequest

type AgentRequest struct {
	AgentId []string `protobuf:"bytes,1,rep,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentRequest) Descriptor deprecated

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

Deprecated: Use AgentRequest.ProtoReflect.Descriptor instead.

func (*AgentRequest) GetAgentId

func (x *AgentRequest) GetAgentId() []string

func (*AgentRequest) ProtoMessage

func (*AgentRequest) ProtoMessage()

func (*AgentRequest) ProtoReflect

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

func (*AgentRequest) Reset

func (x *AgentRequest) Reset()

func (*AgentRequest) String

func (x *AgentRequest) String() string

type Agents

type Agents struct {
	Agents []*Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
	// contains filtered or unexported fields
}

func (*Agents) Descriptor deprecated

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

Deprecated: Use Agents.ProtoReflect.Descriptor instead.

func (*Agents) GetAgents

func (x *Agents) GetAgents() []*Agent

func (*Agents) ProtoMessage

func (*Agents) ProtoMessage()

func (*Agents) ProtoReflect

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

func (*Agents) Reset

func (x *Agents) Reset()

func (*Agents) String

func (x *Agents) String() string

type BuildReply

type BuildReply struct {
	Reply      *builderpb.BuildReply `protobuf:"bytes,1,opt,name=reply,proto3" json:"reply,omitempty"`
	ServerFile string                `protobuf:"bytes,2,opt,name=server_file,json=serverFile,proto3" json:"server_file,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildReply) Descriptor deprecated

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

Deprecated: Use BuildReply.ProtoReflect.Descriptor instead.

func (*BuildReply) GetReply

func (x *BuildReply) GetReply() *builderpb.BuildReply

func (*BuildReply) GetServerFile

func (x *BuildReply) GetServerFile() string

func (*BuildReply) ProtoMessage

func (*BuildReply) ProtoMessage()

func (*BuildReply) ProtoReflect

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

func (*BuildReply) Reset

func (x *BuildReply) Reset()

func (*BuildReply) String

func (x *BuildReply) String() string

type Builder

type Builder struct {
	BuilderId    string `protobuf:"bytes,1,opt,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	CreatedAt    string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    string `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Name         string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Version      string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	Author       string `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	Url          string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"`
	Supported_OS string `protobuf:"bytes,8,opt,name=supported_OS,json=supportedOS,proto3" json:"supported_OS,omitempty"`
	InstalledAt  string `protobuf:"bytes,9,opt,name=installed_at,json=installedAt,proto3" json:"installed_at,omitempty"`
	ImageId      string `protobuf:"bytes,10,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	ContainerId  string `protobuf:"bytes,11,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Builder) Descriptor deprecated

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

Deprecated: Use Builder.ProtoReflect.Descriptor instead.

func (*Builder) GetAuthor

func (x *Builder) GetAuthor() string

func (*Builder) GetBuilderId

func (x *Builder) GetBuilderId() string

func (*Builder) GetContainerId

func (x *Builder) GetContainerId() string

func (*Builder) GetCreatedAt

func (x *Builder) GetCreatedAt() string

func (*Builder) GetImageId

func (x *Builder) GetImageId() string

func (*Builder) GetInstalledAt

func (x *Builder) GetInstalledAt() string

func (*Builder) GetName

func (x *Builder) GetName() string

func (*Builder) GetSupported_OS

func (x *Builder) GetSupported_OS() string

func (*Builder) GetUpdatedAt

func (x *Builder) GetUpdatedAt() string

func (*Builder) GetUrl

func (x *Builder) GetUrl() string

func (*Builder) GetVersion

func (x *Builder) GetVersion() string

func (*Builder) ProtoMessage

func (*Builder) ProtoMessage()

func (*Builder) ProtoReflect

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

func (*Builder) Reset

func (x *Builder) Reset()

func (*Builder) String

func (x *Builder) String() string

type BuilderRequest

type BuilderRequest struct {
	BuilderId []string `protobuf:"bytes,1,rep,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BuilderRequest) Descriptor deprecated

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

Deprecated: Use BuilderRequest.ProtoReflect.Descriptor instead.

func (*BuilderRequest) GetBuilderId

func (x *BuilderRequest) GetBuilderId() []string

func (*BuilderRequest) ProtoMessage

func (*BuilderRequest) ProtoMessage()

func (*BuilderRequest) ProtoReflect

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

func (*BuilderRequest) Reset

func (x *BuilderRequest) Reset()

func (*BuilderRequest) String

func (x *BuilderRequest) String() string

type Builders

type Builders struct {
	Builders []*Builder `protobuf:"bytes,1,rep,name=builders,proto3" json:"builders,omitempty"`
	// contains filtered or unexported fields
}

func (*Builders) Descriptor deprecated

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

Deprecated: Use Builders.ProtoReflect.Descriptor instead.

func (*Builders) GetBuilders

func (x *Builders) GetBuilders() []*Builder

func (*Builders) ProtoMessage

func (*Builders) ProtoMessage()

func (*Builders) ProtoReflect

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

func (*Builders) Reset

func (x *Builders) Reset()

func (*Builders) String

func (x *Builders) String() string

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 FreeSessionRequest

type FreeSessionRequest struct {
	SessionId int32 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FreeSessionRequest) Descriptor deprecated

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

Deprecated: Use FreeSessionRequest.ProtoReflect.Descriptor instead.

func (*FreeSessionRequest) GetSessionId

func (x *FreeSessionRequest) GetSessionId() int32

func (*FreeSessionRequest) ProtoMessage

func (*FreeSessionRequest) ProtoMessage()

func (*FreeSessionRequest) ProtoReflect

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

func (*FreeSessionRequest) Reset

func (x *FreeSessionRequest) Reset()

func (*FreeSessionRequest) String

func (x *FreeSessionRequest) String() string

type HTTPRequest

type HTTPRequest struct {
	SessionId int32    `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	AgentId   string   `protobuf:"bytes,2,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	RequestId string   `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Opcode    int32    `protobuf:"varint,4,opt,name=opcode,proto3" json:"opcode,omitempty"`
	Args      [][]byte `protobuf:"bytes,5,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPRequest) Descriptor deprecated

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

Deprecated: Use HTTPRequest.ProtoReflect.Descriptor instead.

func (*HTTPRequest) GetAgentId

func (x *HTTPRequest) GetAgentId() string

func (*HTTPRequest) GetArgs

func (x *HTTPRequest) GetArgs() [][]byte

func (*HTTPRequest) GetOpcode

func (x *HTTPRequest) GetOpcode() int32

func (*HTTPRequest) GetRequestId

func (x *HTTPRequest) GetRequestId() string

func (*HTTPRequest) GetSessionId

func (x *HTTPRequest) GetSessionId() int32

func (*HTTPRequest) ProtoMessage

func (*HTTPRequest) ProtoMessage()

func (*HTTPRequest) ProtoReflect

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

func (*HTTPRequest) Reset

func (x *HTTPRequest) Reset()

func (*HTTPRequest) String

func (x *HTTPRequest) String() string

type HTTPResponse

type HTTPResponse struct {
	AgentId   string            `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	RequestId string            `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Responses []*ResponseDetail `protobuf:"bytes,3,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPResponse) Descriptor deprecated

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

Deprecated: Use HTTPResponse.ProtoReflect.Descriptor instead.

func (*HTTPResponse) GetAgentId

func (x *HTTPResponse) GetAgentId() string

func (*HTTPResponse) GetRequestId

func (x *HTTPResponse) GetRequestId() string

func (*HTTPResponse) GetResponses

func (x *HTTPResponse) GetResponses() []*ResponseDetail

func (*HTTPResponse) ProtoMessage

func (*HTTPResponse) ProtoMessage()

func (*HTTPResponse) ProtoReflect

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

func (*HTTPResponse) Reset

func (x *HTTPResponse) Reset()

func (*HTTPResponse) String

func (x *HTTPResponse) String() string

type InstallRequest

type InstallRequest struct {
	Path     string                `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Source   InstallRequest_Source `protobuf:"varint,2,opt,name=source,proto3,enum=clientpb.InstallRequest_Source" json:"source,omitempty"`
	Branch   string                `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	UseCreds bool                  `protobuf:"varint,4,opt,name=use_creds,json=useCreds,proto3" json:"use_creds,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallRequest) Descriptor deprecated

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

Deprecated: Use InstallRequest.ProtoReflect.Descriptor instead.

func (*InstallRequest) GetBranch

func (x *InstallRequest) GetBranch() string

func (*InstallRequest) GetPath

func (x *InstallRequest) GetPath() string

func (*InstallRequest) GetSource

func (x *InstallRequest) GetSource() InstallRequest_Source

func (*InstallRequest) GetUseCreds

func (x *InstallRequest) GetUseCreds() bool

func (*InstallRequest) ProtoMessage

func (*InstallRequest) ProtoMessage()

func (*InstallRequest) ProtoReflect

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

func (*InstallRequest) Reset

func (x *InstallRequest) Reset()

func (*InstallRequest) String

func (x *InstallRequest) String() string

type InstallRequest_Source

type InstallRequest_Source int32
const (
	InstallRequest_Git   InstallRequest_Source = 0
	InstallRequest_Local InstallRequest_Source = 1
)

func (InstallRequest_Source) Descriptor

func (InstallRequest_Source) Enum

func (InstallRequest_Source) EnumDescriptor deprecated

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

Deprecated: Use InstallRequest_Source.Descriptor instead.

func (InstallRequest_Source) Number

func (InstallRequest_Source) String

func (x InstallRequest_Source) String() string

func (InstallRequest_Source) Type

type LockSessionRequest

type LockSessionRequest struct {
	SessionId int32 `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockSessionRequest) Descriptor deprecated

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

Deprecated: Use LockSessionRequest.ProtoReflect.Descriptor instead.

func (*LockSessionRequest) GetSessionId

func (x *LockSessionRequest) GetSessionId() int32

func (*LockSessionRequest) ProtoMessage

func (*LockSessionRequest) ProtoMessage()

func (*LockSessionRequest) ProtoReflect

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

func (*LockSessionRequest) Reset

func (x *LockSessionRequest) Reset()

func (*LockSessionRequest) String

func (x *LockSessionRequest) String() string

type Player

type Player struct {
	Username   string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Role       string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	Registered string `protobuf:"bytes,3,opt,name=registered,proto3" json:"registered,omitempty"`
	Status     string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` // online or offline
	// contains filtered or unexported fields
}

func (*Player) Descriptor deprecated

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

Deprecated: Use Player.ProtoReflect.Descriptor instead.

func (*Player) GetRegistered

func (x *Player) GetRegistered() string

func (*Player) GetRole

func (x *Player) GetRole() string

func (*Player) GetStatus

func (x *Player) GetStatus() string

func (*Player) GetUsername

func (x *Player) GetUsername() string

func (*Player) ProtoMessage

func (*Player) ProtoMessage()

func (*Player) ProtoReflect

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

func (*Player) Reset

func (x *Player) Reset()

func (*Player) String

func (x *Player) String() string

type PlayerRequest

type PlayerRequest struct {
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerRequest) Descriptor deprecated

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

Deprecated: Use PlayerRequest.ProtoReflect.Descriptor instead.

func (*PlayerRequest) GetNames

func (x *PlayerRequest) GetNames() []string

func (*PlayerRequest) ProtoMessage

func (*PlayerRequest) ProtoMessage()

func (*PlayerRequest) ProtoReflect

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

func (*PlayerRequest) Reset

func (x *PlayerRequest) Reset()

func (*PlayerRequest) String

func (x *PlayerRequest) String() string

type Players

type Players struct {
	Players []*Player `protobuf:"bytes,1,rep,name=players,proto3" json:"players,omitempty"`
	// contains filtered or unexported fields
}

func (*Players) Descriptor deprecated

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

Deprecated: Use Players.ProtoReflect.Descriptor instead.

func (*Players) GetPlayers

func (x *Players) GetPlayers() []*Player

func (*Players) ProtoMessage

func (*Players) ProtoMessage()

func (*Players) ProtoReflect

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

func (*Players) Reset

func (x *Players) Reset()

func (*Players) String

func (x *Players) String() string

type Profile

type Profile struct {
	Id        int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt string `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	BuilderId string `protobuf:"bytes,4,opt,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Profile) Descriptor deprecated

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

Deprecated: Use Profile.ProtoReflect.Descriptor instead.

func (*Profile) GetBuilderId

func (x *Profile) GetBuilderId() string

func (*Profile) GetCreatedAt

func (x *Profile) GetCreatedAt() string

func (*Profile) GetId

func (x *Profile) GetId() int32

func (*Profile) GetName

func (x *Profile) GetName() string

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) ProtoReflect

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

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) String

func (x *Profile) String() string

type ProfileData

type ProfileData struct {
	Profile *Profile         `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	Records []*ProfileRecord `protobuf:"bytes,2,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileData) Descriptor deprecated

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

Deprecated: Use ProfileData.ProtoReflect.Descriptor instead.

func (*ProfileData) GetProfile

func (x *ProfileData) GetProfile() *Profile

func (*ProfileData) GetRecords

func (x *ProfileData) GetRecords() []*ProfileRecord

func (*ProfileData) ProtoMessage

func (*ProfileData) ProtoMessage()

func (*ProfileData) ProtoReflect

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

func (*ProfileData) Reset

func (x *ProfileData) Reset()

func (*ProfileData) String

func (x *ProfileData) String() string

type ProfileRecord

type ProfileRecord struct {
	Profile string `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value   string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileRecord) Descriptor deprecated

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

Deprecated: Use ProfileRecord.ProtoReflect.Descriptor instead.

func (*ProfileRecord) GetName

func (x *ProfileRecord) GetName() string

func (*ProfileRecord) GetProfile

func (x *ProfileRecord) GetProfile() string

func (*ProfileRecord) GetValue

func (x *ProfileRecord) GetValue() string

func (*ProfileRecord) ProtoMessage

func (*ProfileRecord) ProtoMessage()

func (*ProfileRecord) ProtoReflect

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

func (*ProfileRecord) Reset

func (x *ProfileRecord) Reset()

func (*ProfileRecord) String

func (x *ProfileRecord) String() string

type ProfileRequest

type ProfileRequest struct {
	Name      []string `protobuf:"bytes,1,rep,name=name,proto3" json:"name,omitempty"`
	BuilderId string   `protobuf:"bytes,2,opt,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileRequest) Descriptor deprecated

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

Deprecated: Use ProfileRequest.ProtoReflect.Descriptor instead.

func (*ProfileRequest) GetBuilderId

func (x *ProfileRequest) GetBuilderId() string

func (*ProfileRequest) GetName

func (x *ProfileRequest) GetName() []string

func (*ProfileRequest) ProtoMessage

func (*ProfileRequest) ProtoMessage()

func (*ProfileRequest) ProtoReflect

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

func (*ProfileRequest) Reset

func (x *ProfileRequest) Reset()

func (*ProfileRequest) String

func (x *ProfileRequest) String() string

type Profiles

type Profiles struct {
	Profiles []*Profile `protobuf:"bytes,1,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

func (*Profiles) Descriptor deprecated

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

Deprecated: Use Profiles.ProtoReflect.Descriptor instead.

func (*Profiles) GetProfiles

func (x *Profiles) GetProfiles() []*Profile

func (*Profiles) ProtoMessage

func (*Profiles) ProtoMessage()

func (*Profiles) ProtoReflect

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

func (*Profiles) Reset

func (x *Profiles) Reset()

func (*Profiles) String

func (x *Profiles) String() string

type Registration

type Registration struct {
	AgentId   string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	Os        string `protobuf:"bytes,2,opt,name=os,proto3" json:"os,omitempty"`
	Arch      string `protobuf:"bytes,3,opt,name=arch,proto3" json:"arch,omitempty"`
	Username  string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	Hostname  string `protobuf:"bytes,5,opt,name=hostname,proto3" json:"hostname,omitempty"`
	UID       string `protobuf:"bytes,6,opt,name=UID,proto3" json:"UID,omitempty"`
	GID       string `protobuf:"bytes,7,opt,name=GID,proto3" json:"GID,omitempty"`
	PID       string `protobuf:"bytes,8,opt,name=PID,proto3" json:"PID,omitempty"`
	HomeDir   string `protobuf:"bytes,9,opt,name=home_dir,json=homeDir,proto3" json:"home_dir,omitempty"`
	IPAddress string `protobuf:"bytes,10,opt,name=IP_address,json=IPAddress,proto3" json:"IP_address,omitempty"`
	// contains filtered or unexported fields
}

func (*Registration) Descriptor deprecated

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

Deprecated: Use Registration.ProtoReflect.Descriptor instead.

func (*Registration) GetAgentId

func (x *Registration) GetAgentId() string

func (*Registration) GetArch

func (x *Registration) GetArch() string

func (*Registration) GetGID

func (x *Registration) GetGID() string

func (*Registration) GetHomeDir

func (x *Registration) GetHomeDir() string

func (*Registration) GetHostname

func (x *Registration) GetHostname() string

func (*Registration) GetIPAddress

func (x *Registration) GetIPAddress() string

func (*Registration) GetOs

func (x *Registration) GetOs() string

func (*Registration) GetPID

func (x *Registration) GetPID() string

func (*Registration) GetUID

func (x *Registration) GetUID() string

func (*Registration) GetUsername

func (x *Registration) GetUsername() string

func (*Registration) ProtoMessage

func (*Registration) ProtoMessage()

func (*Registration) ProtoReflect

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

func (*Registration) Reset

func (x *Registration) Reset()

func (*Registration) String

func (x *Registration) String() string

type ResponseDetail

type ResponseDetail struct {
	Status builderpb.Status    `protobuf:"varint,1,opt,name=status,proto3,enum=builderpb.Status" json:"status,omitempty"`
	Dest   ResponseDetail_Dest `protobuf:"varint,2,opt,name=dest,proto3,enum=clientpb.ResponseDetail_Dest" json:"dest,omitempty"`
	Name   string              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Data   []byte              `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseDetail) Descriptor deprecated

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

Deprecated: Use ResponseDetail.ProtoReflect.Descriptor instead.

func (*ResponseDetail) GetData

func (x *ResponseDetail) GetData() []byte

func (*ResponseDetail) GetDest

func (x *ResponseDetail) GetDest() ResponseDetail_Dest

func (*ResponseDetail) GetName

func (x *ResponseDetail) GetName() string

func (*ResponseDetail) GetStatus

func (x *ResponseDetail) GetStatus() builderpb.Status

func (*ResponseDetail) ProtoMessage

func (*ResponseDetail) ProtoMessage()

func (*ResponseDetail) ProtoReflect

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

func (*ResponseDetail) Reset

func (x *ResponseDetail) Reset()

func (*ResponseDetail) String

func (x *ResponseDetail) String() string

type ResponseDetail_Dest

type ResponseDetail_Dest int32
const (
	ResponseDetail_File   ResponseDetail_Dest = 0
	ResponseDetail_Stdout ResponseDetail_Dest = 1
	ResponseDetail_None   ResponseDetail_Dest = -1
)

func (ResponseDetail_Dest) Descriptor

func (ResponseDetail_Dest) Enum

func (ResponseDetail_Dest) EnumDescriptor deprecated

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

Deprecated: Use ResponseDetail_Dest.Descriptor instead.

func (ResponseDetail_Dest) Number

func (ResponseDetail_Dest) String

func (x ResponseDetail_Dest) String() string

func (ResponseDetail_Dest) Type

type SaveProfileRequest

type SaveProfileRequest struct {
	Name       string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	BuilderId  string            `protobuf:"bytes,2,opt,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	Options    map[string]string `` /* 155-byte string literal not displayed */
	Immutables []string          `protobuf:"bytes,4,rep,name=immutables,proto3" json:"immutables,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveProfileRequest) Descriptor deprecated

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

Deprecated: Use SaveProfileRequest.ProtoReflect.Descriptor instead.

func (*SaveProfileRequest) GetBuilderId

func (x *SaveProfileRequest) GetBuilderId() string

func (*SaveProfileRequest) GetImmutables

func (x *SaveProfileRequest) GetImmutables() []string

func (*SaveProfileRequest) GetName

func (x *SaveProfileRequest) GetName() string

func (*SaveProfileRequest) GetOptions

func (x *SaveProfileRequest) GetOptions() map[string]string

func (*SaveProfileRequest) ProtoMessage

func (*SaveProfileRequest) ProtoMessage()

func (*SaveProfileRequest) ProtoReflect

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

func (*SaveProfileRequest) Reset

func (x *SaveProfileRequest) Reset()

func (*SaveProfileRequest) String

func (x *SaveProfileRequest) String() string

type Session

type Session struct {
	Id         int32         `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AgentId    string        `protobuf:"bytes,2,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"`
	AgentName  string        `protobuf:"bytes,3,opt,name=agent_name,json=agentName,proto3" json:"agent_name,omitempty"`
	QueueSize  int32         `protobuf:"varint,4,opt,name=queue_size,json=queueSize,proto3" json:"queue_size,omitempty"`
	LastActive string        `protobuf:"bytes,5,opt,name=last_active,json=lastActive,proto3" json:"last_active,omitempty"`
	Status     string        `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	BuilderId  string        `protobuf:"bytes,7,opt,name=builder_id,json=builderId,proto3" json:"builder_id,omitempty"`
	Info       *Registration `protobuf:"bytes,8,opt,name=info,proto3" json:"info,omitempty"`
	AgentOwner string        `protobuf:"bytes,9,opt,name=agent_owner,json=agentOwner,proto3" json:"agent_owner,omitempty"`
	// contains filtered or unexported fields
}

func (*Session) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) GetAgentId

func (x *Session) GetAgentId() string

func (*Session) GetAgentName

func (x *Session) GetAgentName() string

func (*Session) GetAgentOwner

func (x *Session) GetAgentOwner() string

func (*Session) GetBuilderId

func (x *Session) GetBuilderId() string

func (*Session) GetId

func (x *Session) GetId() int32

func (*Session) GetInfo

func (x *Session) GetInfo() *Registration

func (*Session) GetLastActive

func (x *Session) GetLastActive() string

func (*Session) GetQueueSize

func (x *Session) GetQueueSize() int32

func (*Session) GetStatus

func (x *Session) GetStatus() string

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

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

func (*Session) Reset

func (x *Session) Reset()

func (*Session) String

func (x *Session) String() string

type Sessions

type Sessions struct {
	Sessions []*Session `protobuf:"bytes,1,rep,name=sessions,proto3" json:"sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*Sessions) Descriptor deprecated

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

Deprecated: Use Sessions.ProtoReflect.Descriptor instead.

func (*Sessions) GetSessions

func (x *Sessions) GetSessions() []*Session

func (*Sessions) ProtoMessage

func (*Sessions) ProtoMessage()

func (*Sessions) ProtoReflect

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

func (*Sessions) Reset

func (x *Sessions) Reset()

func (*Sessions) String

func (x *Sessions) String() string

type SessionsRequest

type SessionsRequest struct {
	IDs []int32 `protobuf:"varint,1,rep,packed,name=IDs,proto3" json:"IDs,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionsRequest) Descriptor deprecated

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

Deprecated: Use SessionsRequest.ProtoReflect.Descriptor instead.

func (*SessionsRequest) GetIDs

func (x *SessionsRequest) GetIDs() []int32

func (*SessionsRequest) ProtoMessage

func (*SessionsRequest) ProtoMessage()

func (*SessionsRequest) ProtoReflect

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

func (*SessionsRequest) Reset

func (x *SessionsRequest) Reset()

func (*SessionsRequest) String

func (x *SessionsRequest) String() string

type Stage

type Stage struct {
	Endpoint string                `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Stage    map[string]*StageItem `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Stage) Descriptor deprecated

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

Deprecated: Use Stage.ProtoReflect.Descriptor instead.

func (*Stage) GetEndpoint

func (x *Stage) GetEndpoint() string

func (*Stage) GetStage

func (x *Stage) GetStage() map[string]*StageItem

func (*Stage) ProtoMessage

func (*Stage) ProtoMessage()

func (*Stage) ProtoReflect

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

func (*Stage) Reset

func (x *Stage) Reset()

func (*Stage) String

func (x *Stage) String() string

type StageAddRequest

type StageAddRequest struct {
	Agent string `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"`
	Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*StageAddRequest) Descriptor deprecated

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

Deprecated: Use StageAddRequest.ProtoReflect.Descriptor instead.

func (*StageAddRequest) GetAgent

func (x *StageAddRequest) GetAgent() string

func (*StageAddRequest) GetAlias

func (x *StageAddRequest) GetAlias() string

func (*StageAddRequest) ProtoMessage

func (*StageAddRequest) ProtoMessage()

func (*StageAddRequest) ProtoReflect

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

func (*StageAddRequest) Reset

func (x *StageAddRequest) Reset()

func (*StageAddRequest) String

func (x *StageAddRequest) String() string

type StageItem

type StageItem struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Agent string `protobuf:"bytes,2,opt,name=agent,proto3" json:"agent,omitempty"`
	// contains filtered or unexported fields
}

func (*StageItem) Descriptor deprecated

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

Deprecated: Use StageItem.ProtoReflect.Descriptor instead.

func (*StageItem) GetAgent

func (x *StageItem) GetAgent() string

func (*StageItem) GetPath

func (x *StageItem) GetPath() string

func (*StageItem) ProtoMessage

func (*StageItem) ProtoMessage()

func (*StageItem) ProtoReflect

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

func (*StageItem) Reset

func (x *StageItem) Reset()

func (*StageItem) String

func (x *StageItem) String() string

type StageLocalRequest

type StageLocalRequest struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Data     []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Alias    string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*StageLocalRequest) Descriptor deprecated

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

Deprecated: Use StageLocalRequest.ProtoReflect.Descriptor instead.

func (*StageLocalRequest) GetAlias

func (x *StageLocalRequest) GetAlias() string

func (*StageLocalRequest) GetData

func (x *StageLocalRequest) GetData() []byte

func (*StageLocalRequest) GetFilename

func (x *StageLocalRequest) GetFilename() string

func (*StageLocalRequest) ProtoMessage

func (*StageLocalRequest) ProtoMessage()

func (*StageLocalRequest) ProtoReflect

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

func (*StageLocalRequest) Reset

func (x *StageLocalRequest) Reset()

func (*StageLocalRequest) String

func (x *StageLocalRequest) String() string

type UninstallRequest

type UninstallRequest struct {
	Builders     *BuilderRequest `protobuf:"bytes,1,opt,name=builders,proto3" json:"builders,omitempty"`
	RemoveSource bool            `protobuf:"varint,2,opt,name=remove_source,json=removeSource,proto3" json:"remove_source,omitempty"`
	// contains filtered or unexported fields
}

func (*UninstallRequest) Descriptor deprecated

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

Deprecated: Use UninstallRequest.ProtoReflect.Descriptor instead.

func (*UninstallRequest) GetBuilders

func (x *UninstallRequest) GetBuilders() *BuilderRequest

func (*UninstallRequest) GetRemoveSource

func (x *UninstallRequest) GetRemoveSource() bool

func (*UninstallRequest) ProtoMessage

func (*UninstallRequest) ProtoMessage()

func (*UninstallRequest) ProtoReflect

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

func (*UninstallRequest) Reset

func (x *UninstallRequest) Reset()

func (*UninstallRequest) String

func (x *UninstallRequest) String() string

type UnstageRequest

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

func (*UnstageRequest) Descriptor deprecated

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

Deprecated: Use UnstageRequest.ProtoReflect.Descriptor instead.

func (*UnstageRequest) GetAlias

func (x *UnstageRequest) GetAlias() string

func (*UnstageRequest) ProtoMessage

func (*UnstageRequest) ProtoMessage()

func (*UnstageRequest) ProtoReflect

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

func (*UnstageRequest) Reset

func (x *UnstageRequest) Reset()

func (*UnstageRequest) String

func (x *UnstageRequest) String() string

Jump to

Keyboard shortcuts

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