Discover Packages
github.com/soulteary/webhook
internal
pidfile
package
Version:
v0.0.0-...-92d65ab
Opens a new window with list of versions in this module.
Published: Dec 21, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
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.
Expand ▾
Collapse ▴
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package pidfile provides structure and helper functions to create and remove
PID file. A PID file is usually a file used to store the process ID of a
running process.
MkdirAll creates a directory named path along with any necessary parents,
with permission specified by attribute perm for all dir created.
PIDFile is a file used to store the process ID of a running process.
New creates a PIDfile using the specified path.
Remove removes the PIDFile.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.