Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloService ¶
type HelloService struct { Log *logrus.Logger `bean:"log"` Persons []Person `value:"echo.persons"` AppName string `value:"server.name"` }
func (*HelloService) Bean ¶
func (r *HelloService) Bean() string
func (*HelloService) Echo ¶
func (r *HelloService) Echo() interface{}
Click to show internal directories.
Click to hide internal directories.