repositories

package
v0.0.0-...-8df60ae Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2018 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 CompanyRepository

type CompanyRepository interface {
	Store(company *models.Company) error
	FindCode(email models.CompanyEmail) (*models.Company, error)
	FindAll() []*models.Company
}

type CompanyRepositoryImpl

type CompanyRepositoryImpl struct {
	Db *gorm.DB
}

func (*CompanyRepositoryImpl) FindAll

Jump to

Keyboard shortcuts

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