handlers

package
v0.0.0-...-41ce75c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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 (s *ServiceImpl) CreateUser(ctx context.Context, user *models.User) error

func (*ServiceImpl) DeleteUser

func (s *ServiceImpl) DeleteUser(ctx context.Context, u *models.User) error

func (*ServiceImpl) GetUser

func (s *ServiceImpl) GetUser(ctx context.Context, u *models.User) error

func (*ServiceImpl) GetUsers

func (s *ServiceImpl) GetUsers(ctx context.Context, u *[]models.User) error

func (*ServiceImpl) Init

func (s *ServiceImpl) Init(ctx context.Context) error

func (*ServiceImpl) Sis

func (s *ServiceImpl) Sis() services.Sis

func (*ServiceImpl) UpdateUser

func (s *ServiceImpl) UpdateUser(ctx context.Context, u *models.User) error

func (*ServiceImpl) WithSis

func (s *ServiceImpl) WithSis(c services.Sis) services.Handlers

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL