di/annotation/inject.go

7 lines
77 B
Go
Raw Normal View History

2017-12-03 13:54:09 +00:00
package annotation
type Inject struct {
Name *string
Required *bool
}