project

package
v0.0.0-...-155bba5 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProjectCreate

func ProjectCreate(name string, estimate string, customerName string)

func ProjectDelete

func ProjectDelete(id uint)

func ProjectEdit

func ProjectEdit(id uint, name string, estimate string, finished bool)

Types

type ProjectInt

type ProjectInt interface {
	GetID() uint
	GetName() string
	GetEstimate() int64
	GetEstimateString() string
	GetWorkLogged() int64
	GetWorkLoggedString() string
	GetCustomerName() string
	GetFinished() bool
}

func ProjectList

func ProjectList(customerName string, includeFinished bool) []ProjectInt

Jump to

Keyboard shortcuts

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