Container: Add Gin web service provider
This commit is contained in:
@ -16,6 +16,7 @@ type ServiceProvider interface {
|
||||
InstantiateLater() bool
|
||||
|
||||
// Params defines the parameters needed to instantiate a service.
|
||||
// NOTE: First one should always be the container.
|
||||
Params(Container) []interface{}
|
||||
|
||||
// Name is the name of the service provider
|
||||
|
Reference in New Issue
Block a user