Compare commits
No commits in common. "34f63933041bad48e085d0ae66517c7309b8aed9" and "1567237f5c3b4df0e2342a5638e6fc999c8a9bab" have entirely different histories.
34f6393304
...
1567237f5c
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -34,6 +34,7 @@ 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