analytics

package
v0.2.36 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2026 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountSummary

type AccountSummary struct {
	TotalDebits  decimal.Decimal
	TotalCredits decimal.Decimal
	DebitsCount  int32
	CreditsCount int32
}

type DecimalSvc added in v0.2.12

type DecimalSvc interface {
	ToString(ctx context.Context, amount decimal.Decimal, currency string) string
}

type Service

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

func NewService

func NewService(cfg *ServiceConfig) *Service

type ServiceConfig added in v0.2.12

type ServiceConfig struct {
	DecimalSvc   DecimalSvc
	BaseCurrency string
}

Jump to

Keyboard shortcuts

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