Versions in this module Expand all Collapse all v1 v1.0.0 Jan 1, 2018 Changes in this version + func ByKind(transactions []transactionhistory.Transaction, kinds []Kind) []transactionhistory.Transaction + func ByWeekday(transactions []transactionhistory.Transaction, weekdays []time.Weekday) []transactionhistory.Transaction + type Kind int + const Credit + const Debit + const Informational