//
pkg.gl
Category
github.com/leaf-ai/go-service
pkg
process
package
0.0.3
Repository:
https://github.com/leaf-ai/go-service.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
36 SLOC
#
Functions
NewExclusive
NewExclusive is used to initialize a unix domain socket that ensure that only one runner process is active on a kubernetes pod or machine at the same time.
#
Structs
Exclusive
Exclusive is a data structure used to tracking and ensure only one instance of the go runner is active on a system at once .