proclet

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2025 License: MIT Imports: 8 Imported by: 0

README

About This Project

This project is a modified version of hivemind by DarthSim, originally licensed under the MIT License.

While hivemind focused on providing a Procfile-based CLI tool for running and managing multiple processes, this fork reimagines the core functionality as an API-only library.

Key differences from the original:

  • 📚 Programmatic API: Processes can now be managed directly from Go code, without requiring a Procfile.

  • 🚫 No CLI: The command-line interface has been fully removed to simplify the focus toward library usage.

This project retains significant parts of the original architecture but is adapted for a different usage pattern.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Proclet

type Proclet interface {
	Run()
}

func FromConfig

func FromConfig(conf config.Config) (Proclet, error)

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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