package
1.6.0-beta1
Repository: https://github.com/go-chassis/go-archaius.git
Documentation: pkg.go.dev

# README

event.go keep a file under archaius's management, and watch file changes, so that if there is change in file, the event will be triggered, and listener will receive the event

go build event.go
./event

change age config in event.yaml

check the stdout to see events

# Structs

Listener is a struct used for Event listener.