projects

package
v0.0.0-...-d482384 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	GetByID(id int) (project models.Project, extErr exterrors.ExtError)
	Get(size, page int) (projects []models.Project, extErr exterrors.ExtError)
	Create(name, description string, listsSrv lists.Service) (project models.Project, extErr exterrors.ExtError)
	Update(id int, name, description string) (project models.Project, extErr exterrors.ExtError)
	Delete(id int) (extErr exterrors.ExtError)
}

func New

func New() (_ Service, err error)

Jump to

Keyboard shortcuts

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