inproc

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package inproc implements the TierInProc sandbox (trusted, direct execution).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InProc

type InProc struct{}

InProc is a sandbox that executes functions directly within the process (TierInProc). This tier is trusted and suitable for functions that do not need isolation.

func New

func New() *InProc

New creates a new InProc sandbox.

func (*InProc) Run

Run executes the given function directly with the input. It does not enforce any resource limits (fs, memory).

Jump to

Keyboard shortcuts

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