package
0.0.0-20250112112716-1b1335519635
Repository: https://github.com/adnanh/webhook.git
Documentation: pkg.go.dev

# README

Package pidfile is derived from github.com/moby/moby/pkg/pidfile.

Moby is licensed under the Apache License, Version 2.0. Copyright 2012-2017 Docker, Inc.

# Functions

MkdirAll creates a directory named path along with any necessary parents, with permission specified by attribute perm for all dir created.
New creates a PIDfile using the specified path.

# Structs

PIDFile is a file used to store the process ID of a running process.