Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSelfSourceCodeFilePath ¶
func GetSelfSourceCodeFilePath() string
Types ¶
type Provider ¶
type Provider interface {
Apply(f ProviderApplyFunc) error
}
func ProviderOne ¶
func ProviderOne(constructor interface{}, opts ...dig.ProvideOption) Provider
func ProviderSet ¶
type ProviderApplyFunc ¶
type ProviderApplyFunc func(constructor interface{}, opts ...dig.ProvideOption) error
Click to show internal directories.
Click to hide internal directories.