Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codegangsta/inject
/ types & classes
Types & classes
8 in github.com/codegangsta/inject
⨍
Functions
27
◇
Types & classes
8
Interface
Applicator
Applicator represents an interface for mapping dependencies to a struct.
inject.go:22
Struct
Greeter
inject_test.go:19
Interface
Injector
Injector represents an interface for mapping and injecting dependencies into structs and function arguments.
inject.go:11
Interface
Invoker
Invoker represents an interface for calling functions via reflection.
inject.go:30
Interface
SpecialString
inject_test.go:10
Struct
TestStruct
inject_test.go:13
Interface
TypeMapper
TypeMapper represents an interface for mapping interface{} values based on type.
inject.go:39
Struct
injector
inject.go:55