index
:
warden
master
A rule-based platform
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
proto
/
configuration
/
reload_event.proto
blob: a77645fabc49f5eb1fbb89d2ce93240eae5ea5ec (
plain
)
1
2
3
4
5
6
7
syntax
=
"proto3"
;
package
configuration
;
enum
ReloadEvent
{
ROUTING
=
0
;
}