package
1.1.0-alpha-3
Repository: https://github.com/glendc/0-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Expand expands a string of the format 1,2,3-5 or * to the valid list of log levels.
Format accepts a string pattern of format "something {key}, something" and replacesall occurences of {<key>} from the values map.
GetCmdLine Get kernel cmdline arguments.
GetKeys returns the keys of map.
In checks if x is in l.
InString checks if x is in l.
LoadTomlFile loads toml using "github.com/naoina/toml".
NewBuffer creates a new timed buffer.
No description provided by the author
Update updates dst map from value in src.

# Structs

TimedBuffer flushes buffer on time or if max buffer size is reached.

# Interfaces

Buffer interface.

# Type aliases

BufferFlush callback type for on flush event.