costcomponent

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HoursInMonth float64 = 168
)

Functions

This section is empty.

Types

type BillableHourEntity

type BillableHourEntity struct {
	Name string
}

type CostComponent

type CostComponent struct {
	Purpose string
	Monthly float64
	Hourly  float64
}

type ExpenseComponent

type ExpenseComponent struct {
	Purpose string
	Value   float64
}

type UnifiedHourlyRateResult

type UnifiedHourlyRateResult struct {
	Entity     BillableHourEntity
	Components []CostComponent
}

Jump to

Keyboard shortcuts

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