Documentation
¶
Index ¶
- func Invoke(function interface{}) error
- func MustInvoke(function interface{})
- func MustNamedProvide(constructor interface{}, name string)
- func MustProvide(constructor interface{})
- func NamedProvide(constructor interface{}, name string) error
- func Provide(constructor interface{}) error
- func ProvideCqlSession(s gocqlx.Session)
- func ProvideSqlSession(s *gorm.DB)
- type Container
- type In
- type Out
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustInvoke ¶
func MustInvoke(function interface{})
func MustNamedProvide ¶ added in v0.14.9
func MustNamedProvide(constructor interface{}, name string)
func MustProvide ¶
func MustProvide(constructor interface{})
func NamedProvide ¶ added in v0.14.9
func ProvideCqlSession ¶ added in v0.14.3
func ProvideSqlSession ¶ added in v0.14.3
Types ¶
Click to show internal directories.
Click to hide internal directories.