builder

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 License: GPL-3.0 Imports: 17 Imported by: 0

README

server/builder

Overview

Payload builder orchestration running on the server. Coordinates job queues, build options, and artifact storage.

Go Files

  • builder.go – Implements server-side payload build orchestration and queue management.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder added in v1.6.0

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

func NewBuilder added in v1.6.0

func NewBuilder(config *clientpb.Builder, m *sync.Mutex, rpc rpcpb.SliverRPCClient, ln *grpc.ClientConn) *Builder

func (*Builder) Start added in v1.6.0

func (b *Builder) Start()

StartBuilder - main entry point for the builder

func (*Builder) Stop added in v1.6.0

func (b *Builder) Stop()

type Config

type Config struct {
	GOOSs   []string
	GOARCHs []string
	Formats []clientpb.OutputFormat
}

Jump to

Keyboard shortcuts

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