6 lines
56 B
Go
6 lines
56 B
Go
package annotation
|
|
|
|
type Inject struct {
|
|
Name string
|
|
}
|
package annotation
|
|
|
|
type Inject struct {
|
|
Name string
|
|
}
|