package models

Import Path
	github.com/nkall/compactnumber/internal/models (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files models.go
Package-Level Type Names (only one)
/* sort by: | */
CompactFormRule is a single rule for compacting numbers greater than or equal to the value of "type". ZeroesInPattern indicates the number of zero characters in the default "other" pattern, and PatternsByPluralForm is a map of plural forms (e.g. one, few, many, other, etc.) to patterns. PatternsByPluralForm map[string]string Type int64 ZeroesInPattern int