directory
3.0.0-alpha9+incompatible
Repository: https://github.com/opensvc/om3.git
Documentation: pkg.go.dev
# Packages
Parses a posix arguments string using shlex.Split() and proposes methods to drop options and option-values.
No description provided by the author
Package bootid provides node boot id.
Package callcount provides call count watcher
Example:
import "callcount"
mapping := map[int]string{
1: "operation 1",
2: "operation 2",
3: "operation 3",
}
c, cancel := callcount.Start(context.Background(), mapping)
defer cancel() stop the counter
c <- 1 // register func with id 1 as been called
c <- 2 // register func with id 2 as been called
c <- 1 // register func with id 1 as been called
c <- 8 // register func with id 8 has been called (undefined in mapping)
Get(c) // return Counts{1: 2, 2:1, 8:1}
GetStats(c) // return Stats{"operation 1": 1, "operation 2":1, "unknown":1}
Reset(c) // resets current counters
*/.
Package capabilities maintain global capabilities
Scan() use registered scanners functions to update capabilities list, then store this capabilities list on filesystem.
No description provided by the author
Package xexec provide utilities around os/exec package
.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package durationlog.
No description provided by the author
Package envprovider implement function to construct env vars from sec or cfg env items.
No description provided by the author
package fcache provide session cache for functions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package funcopt is a functional options helper package.
No description provided by the author
No description provided by the author
Package httpclientcache serve http client from cache.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package mock_fcntllock is a generated GoMock package.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author