repo

package
v0.0.0-...-629041b Latest Latest
Warning

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

Go to latest
Published: May 19, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRepository

type IRepository interface {
	Create(*pbUser.User) error
	Get(id string) (*pbUser.User, error)
	GetAll() ([]*pbUser.User, error)
	GetByEmailAndPassword(*pbUser.User) (*pbUser.User, error)
	Close()
}

func NewRepository

func NewRepository() (IRepository, error)

Jump to

Keyboard shortcuts

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