mirror of
https://github.com/nabbar/golib.git
synced 2025-10-05 07:46:56 +08:00
Package Status:
- Rework for the management of mandatory components to qualify the global status. - Added qualification to components: "should", "must", "one of". - These qualifications will influence the overall state but not the unitary state of each component. Package Socket: - Creation package to open and listen local unix file socket - Allow to specify a handler who's needing a conn instance as entry - Create a client sub package to allow negociate with the local unix file socket Package Shell: - adding sub package for command and command collection Package Monitor: - add function to expose monitor command for shell Package Config: - add function to expose monitor command for shell Package Network: - Add "IP" protocol Pakcage Httpcli: - Rework the construction of the client - Add capability to specify proxy url Package Cobra: - add function to add flag to global command like verbose or config Package Log: - fix seg fault when calling a nil instance - remove println in hookfile / hooksyslog
This commit is contained in:
@@ -60,8 +60,9 @@ const (
|
||||
MinPkgSMTPConfig = 3050
|
||||
MinPkgStatic = 3100
|
||||
MinPkgStatus = 3200
|
||||
MinPkgVersion = 3300
|
||||
MinPkgViper = 3400
|
||||
MinPkgSocket = 3300
|
||||
MinPkgVersion = 3400
|
||||
MinPkgViper = 3500
|
||||
|
||||
MinAvailable = 4000
|
||||
|
||||
|
Reference in New Issue
Block a user