company

package
v1.10.3 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICompanyRepository

type ICompanyRepository interface {
	Create(company *accountEntities.Company, tx SQL.InterfaceWrite) (*accountEntities.Company, error)
	Update(companyID uuid.UUID, data *accountEntities.Company) (*accountEntities.Company, error)
	GetByID(companyID uuid.UUID) (*accountEntities.Company, error)
	GetAllOfAccount(accountID uuid.UUID) (*[]accountEntities.CompanyResponse, error)
	Delete(companyID uuid.UUID) error
	GetAllAccountsInCompany(companyID uuid.UUID) (*[]roles.AccountRole, error)
	ListByLdapPermissions(permissions []string) (*[]accountEntities.CompanyResponse, error)
}

func NewCompanyRepository

func NewCompanyRepository(databaseRead SQL.InterfaceRead, databaseWrite SQL.InterfaceWrite) ICompanyRepository

type Mock added in v1.0.1

type Mock struct {
	mock.Mock
}

func (*Mock) Create added in v1.0.1

func (*Mock) Delete added in v1.0.1

func (m *Mock) Delete(_ uuid.UUID) error

func (*Mock) GetAllAccountsInCompany added in v1.0.1

func (m *Mock) GetAllAccountsInCompany(_ uuid.UUID) (*[]roles.AccountRole, error)

func (*Mock) GetAllOfAccount added in v1.0.1

func (m *Mock) GetAllOfAccount(_ uuid.UUID) (*[]accountEntities.CompanyResponse, error)

func (*Mock) GetByID added in v1.0.1

func (m *Mock) GetByID(_ uuid.UUID) (*accountEntities.Company, error)

func (*Mock) ListByLdapPermissions added in v1.7.0

func (m *Mock) ListByLdapPermissions(_ []string) (*[]accountEntities.CompanyResponse, error)

func (*Mock) Update added in v1.0.1

type Repository

type Repository struct {
	// contains filtered or unexported fields
}

func (*Repository) Create

func (*Repository) Delete

func (r *Repository) Delete(companyID uuid.UUID) error

func (*Repository) GetAllAccountsInCompany

func (r *Repository) GetAllAccountsInCompany(companyID uuid.UUID) (*[]roles.AccountRole, error)

nolint

func (*Repository) GetAllOfAccount

func (r *Repository) GetAllOfAccount(accountID uuid.UUID) (*[]accountEntities.CompanyResponse, error)

func (*Repository) GetByID

func (r *Repository) GetByID(companyID uuid.UUID) (*accountEntities.Company, error)

func (*Repository) ListByLdapPermissions added in v1.7.0

func (r *Repository) ListByLdapPermissions(permissions []string) (*[]accountEntities.CompanyResponse, error)

func (*Repository) Update

func (r *Repository) Update(
	companyID uuid.UUID, data *accountEntities.Company) (*accountEntities.Company, error)

Jump to

Keyboard shortcuts

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