application

package
v0.0.0-...-cff4666 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2021 License: MIT, MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IssueService

type IssueService struct {
	IssueRepository domain.IssueRepository
}

func (IssueService) Create

func (s IssueService) Create(u *domain.Issue) error

Creates an Issue

func (IssueService) Delete

func (s IssueService) Delete(id int64) error

Deletes an Issue

func (IssueService) Issue

func (s IssueService) Issue(id int64) (*domain.Issue, error)

Get an Issue by id

func (IssueService) Issues

Returns all the Issues

Jump to

Keyboard shortcuts

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