field-eng-powertools

module
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 License: Apache-2.0

README

Field Engineering Power Tools

This repository contains Go utility packages which are common to a number of Cockroach Labs Field Engineering projects.

Refer to Go Multi-Module Workspaces for an easy way to edit this repository concurrently with another project.

git clone git@github.com:cockroachdb/replicator.git
git clone git@github.com:cockroachdb/field-eng-powertools.git

cd replicator
go work init
go work use .
go work use ../powertools

Directories

Path Synopsis
Package fscopy contains a utility for copying the contents of an fs.FS into the OS filesystem.
Package fscopy contains a utility for copying the contents of an fs.FS into the OS filesystem.
Package notify contains utility code for notification behaviors.
Package notify contains utility code for notification behaviors.
Package retry provides a utility to retry operations that fail with a transient error, based on a supplied backoff strategy.
Package retry provides a utility to retry operations that fail with a transient error, based on a supplied backoff strategy.
Package semver provide the semantic versioning information on CockroachDB.
Package semver provide the semantic versioning information on CockroachDB.
Package stopper contains a utility class for gracefully terminating long-running processes.
Package stopper contains a utility class for gracefully terminating long-running processes.
Package stopvar contains helpers that build on both the stopper and notify packages.
Package stopvar contains helpers that build on both the stopper and notify packages.
Package subfs contains as fs.FS that performs string substitutions.
Package subfs contains as fs.FS that performs string substitutions.
Package workgroup contains a concurrency-control utility.
Package workgroup contains a concurrency-control utility.

Jump to

Keyboard shortcuts

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