services

package
v0.0.0-...-6cee497 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserServiceInterface

type UserServiceInterface interface {
	GetAll() (*[]users.User, error)
	GetByID(int64) (*users.User, error)
	Create(users.User) (*users.User, error)
	Delete(int64) (*users.User, error)
	Update(int64, users.User) (*users.User, error)
}

UserServiceInterface interface

var (
	// UserService exported
	UserService UserServiceInterface = &userService{}
)

Jump to

Keyboard shortcuts

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