service

package
v0.1.38 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserService

type UserService interface {
	GetUserNameByID(name string) string
}

UserService user service

type UserServiceImpl

type UserServiceImpl struct {
	UserRepo repository.UserRepo `autowired:"true"`
	TContext application.Context `autowired:"true"`
}

UserServiceImpl user service iompl

func (*UserServiceImpl) GetUserNameByID

func (s *UserServiceImpl) GetUserNameByID(name string) string

GetUserNameByID method

Jump to

Keyboard shortcuts

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