usecase

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sum

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

Sum represents usecases related sum calculation

func NewSum

func NewSum(sumHistoryRepository repository.SumHistory) *Sum

NewSum create use case related sum

func (*Sum) CalcL1Norm

func (s *Sum) CalcL1Norm(numbers []int) int

CalcL1Norm is use case to calculate L1 norm

func (*Sum) CalcSum

func (s *Sum) CalcSum(numbers []int) int

CalcSum is use case to calculate sum

func (*Sum) ListSumHistory

func (s *Sum) ListSumHistory(limit int) []*model.SumHistory

ListSumHistory lists history of sum

Jump to

Keyboard shortcuts

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