Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreetService ¶
type GreetService struct {
SomeVariable int
Parent *models.Person
// contains filtered or unexported fields
}
func (*GreetService) GetPerson ¶
func (g *GreetService) GetPerson() *models.Person
func (*GreetService) Greet ¶
func (*GreetService) Greet(name string) string
func (*GreetService) SetPerson ¶
func (g *GreetService) SetPerson(person *models.Person)
Click to show internal directories.
Click to hide internal directories.