| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-20 | all: rename suffix Options with Config | Shulhan | |
| Options means optional, while the field in struct may contains mandatory or must not be empty. | |||
| 2025-07-31 | all: implement Start and Stop methods on the Service | Shulhan | |
| The Start method start the scanning periodically and send the report to channel reportq. The Stop method stop the periodic scanning. This changes introduces new option Interval in the Service that define the time interval between each scan. | |||
| 2025-07-29 | all: refactoring Service to create with ServiceOptions | Shulhan | |
| Instead of defining the options in the Service, create it in the ServiceOptions and pass it to NewService function. In this way, we can check it, initialize it, and set default value. The Address option now use URL with scheme, so we can derive the service type based on the scheme, for example "http://" for HTTP based service, "tcp://xxx" for TCP based service, and so on. | |||
