diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 20:48:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 20:48:54 +0700 |
| commit | bf87c6ad4824c7ed1c990aeff2d2883936c1f20a (patch) | |
| tree | 3346eba846375d3f4b085acd7208d90dd9b8784a /lilin.go | |
| parent | 5770c17fee881aa73da41648aa325a24d95fa3ea (diff) | |
| download | lilin-bf87c6ad4824c7ed1c990aeff2d2883936c1f20a.tar.xz | |
Release lilin v0.1.0 (2025-12-27)v0.1.0
This is the first release of lilin project with the following features,
* Monitoring HTTP, TCP, UDP services
* Sending notification when service up or down through,
** Mattermost incoming webhook
Diffstat (limited to 'lilin.go')
| -rw-r--r-- | lilin.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ import ( "time" ) +// Version latest released version. +const Version = `0.1.0` + // defTimeout define default timeout for service and client connection. const defTimeout = 5 * time.Second |
