Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListPerson ¶
type ListPerson struct {
// contains filtered or unexported fields
}
func (*ListPerson) Show ¶
func (p *ListPerson) Show()
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func (*Message) AddMessage ¶
func (m *Message) AddMessage(p PersonService)
type PersonService ¶
type PersonService interface {
Add(*Person)
}
PersonService is person interface
Click to show internal directories.
Click to hide internal directories.