Documentation
¶
Index ¶
- type ServiceImpl
- func (s *ServiceImpl) Close() error
- func (s *ServiceImpl) CreateUser(ctx context.Context, user *models.User) error
- func (s *ServiceImpl) DeleteUser(ctx context.Context, u *models.User) error
- func (s *ServiceImpl) GetUser(ctx context.Context, u *models.User) error
- func (s *ServiceImpl) GetUsers(ctx context.Context, u *[]models.User) error
- func (s *ServiceImpl) Init(ctx context.Context) error
- func (s *ServiceImpl) Sis() services.Sis
- func (s *ServiceImpl) UpdateUser(ctx context.Context, u *models.User) error
- func (s *ServiceImpl) WithSis(c services.Sis) services.Handlers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceImpl ¶
type ServiceImpl struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ServiceImpl
func (*ServiceImpl) Close ¶
func (s *ServiceImpl) Close() error
func (*ServiceImpl) CreateUser ¶
func (*ServiceImpl) DeleteUser ¶
func (*ServiceImpl) Sis ¶
func (s *ServiceImpl) Sis() services.Sis
func (*ServiceImpl) UpdateUser ¶
Click to show internal directories.
Click to hide internal directories.