Compare commits
2 commits
1567237f5c
...
34f6393304
Author | SHA1 | Date | |
---|---|---|---|
34f6393304 | |||
f382f53485 |
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -34,7 +34,6 @@ type ServiceInitializationInformation struct {
|
||||||
Domain string `validate:"required"`
|
Domain string `validate:"required"`
|
||||||
Outbox chan<- InterServiceMessage `validate:"required"`
|
Outbox chan<- InterServiceMessage `validate:"required"`
|
||||||
Inbox <-chan InterServiceMessage `validate:"required"`
|
Inbox <-chan InterServiceMessage `validate:"required"`
|
||||||
Router *chi.Mux `validate:"required"`
|
|
||||||
Configuration map[string]interface{}
|
Configuration map[string]interface{}
|
||||||
ResourceDir fs.FS
|
ResourceDir fs.FS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue