csv

package
v0.0.0-...-efe561a Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	GroupId     string
	Date        string
	Cost        float64
	Currency    string
	CategoryId  string
	Description string
	Details     string
	Users       []UserEntry
}

func Read

func Read(filePath string) ([]Entry, error)

type Indexes

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

type UserEntry

type UserEntry struct {
	UserId    string
	PaidShare float64
	OwedShare float64
}

type UserIndexes

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

Jump to

Keyboard shortcuts

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