builder

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 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

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

func NewBuilder

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

func (*Builder) Start

func (b *Builder) Start()

StartBuilder - main entry point for the builder

func (*Builder) Stop

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