rate

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package rate implements the "rate" transform primitive: it derives a dollars value for every row by multiplying its hours value by an hourly rate resolved from the run's form values, falling back to a params default.

Index

Constants

View Source
const Name = "rate"

Name is the primitive's registry key.

Variables

This section is empty.

Functions

func New

func New(params []byte) (transform.Primitive, error)

New builds a "rate" primitive from its JSON params. Unset fields default to hoursField="hours", dollarsField="dollars", formKey="rate", and rate=0 — the fallback hourly rate used when State.Form[formKey] is absent or not numeric.

Types

This section is empty.

Jump to

Keyboard shortcuts

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