Add Service Fabric Provider
This commit is contained in:
parent
9f6f637527
commit
39c1cc1b3c
21 changed files with 1624 additions and 18 deletions
|
@ -559,6 +559,9 @@ func (s *Server) configureProviders() {
|
|||
if s.globalConfiguration.DynamoDB != nil {
|
||||
s.providers = append(s.providers, s.globalConfiguration.DynamoDB)
|
||||
}
|
||||
if s.globalConfiguration.ServiceFabric != nil {
|
||||
s.providers = append(s.providers, s.globalConfiguration.ServiceFabric)
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Server) startProviders() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue