services

package
v0.0.0-...-e6622fa Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2020 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 SService

type SService interface {
	GetAll() []models.SysUser
	Get(id int) *models.SysUser
	Delete(id int) error

	Update(user *models.SysUser, colums []string) error
	Create(user *models.SysUser) error

	Search(country string) []models.SysUser
}

func NewSService

func NewSService() SService

Jump to

Keyboard shortcuts

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