Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService struct{}
func (*AccountService) GetAccount ¶
func (s *AccountService) GetAccount(id int) (account groupTicket.Account, err error)
type ServiceGroup ¶
type ServiceGroup struct {
AccountService
}
Click to show internal directories.
Click to hide internal directories.