Configured Description filed into Event and Service configuration

This commit is contained in:
Mario
2022-05-31 22:39:56 +02:00
parent efefd0fb85
commit 25904ff751
4 changed files with 31 additions and 25 deletions

View File

@ -40,6 +40,7 @@ type Event struct {
Body string
HTTPMethod string
RequestURI string
Description string
}
type Protocol int