Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleService ¶
type ExampleService struct {
Repository IExampleService
}
func InitExampleService ¶
func InitExampleService() *ExampleService
func (*ExampleService) GetUser ¶
func (s *ExampleService) GetUser() (users []models.User)
type IExampleService ¶
Click to show internal directories.
Click to hide internal directories.