Documentation
¶
Overview ¶
Package fake holds test structs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bor ¶
type Bor struct {
Passer InvalidInterface `autowire:"fake/Foo"`
}
Bor represent named struct
type InvalidInterface ¶
type InvalidInterface interface {
Invalid()
}
InvalidInterface represents interface
type NotFoundTagDependency ¶
type NotFoundTagDependency struct {
// contains filtered or unexported fields
}
NotFoundTagDependency represents named struct
Click to show internal directories.
Click to hide internal directories.