service

package
v0.0.36 Latest Latest
Warning

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

Go to latest
Published: May 12, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LanguageService added in v0.0.35

type LanguageService interface {
	GetLanguageByID(id int64) (*model.Language, error)
	GetLanguageList(query string) (interface{}, error)
	CreateLanguage(*model.Language) (*model.Language, error)
	UpdateLanguageByID(id int64, dVersion string, change map[string]interface{}) error
	DeleteLanguageByID(id int64, dVersion string) error
}

LanguageService service interface

type UserService

type UserService interface {
	GetUserByID(id int64) (*model.User, error)
	GetUserList(query string) (interface{}, error)
	CreateUser(*model.User) (*model.User, error)
	UpdateUserByID(id int64, dVersion string, change map[string]interface{}) error
	DeleteUserByID(id int64, dVersion string) error
}

UserService service interface

Jump to

Keyboard shortcuts

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