Documentation ¶
Index ¶
Constants ¶
View Source
const ( StyleTableHeader = iota StyleTableLine StyleTableValue StyleTitle )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Succumbence ¶
type Succumbence struct {
// contains filtered or unexported fields
}
func NewSuccumbence ¶
func NewSuccumbence(s []*application_fee.Summary, o string) *Succumbence
func (*Succumbence) CalculateTotal ¶
func (s *Succumbence) CalculateTotal() *application_fee.TotalLine
func (*Succumbence) ExistsOnPrevious ¶
func (s *Succumbence) ExistsOnPrevious(cpf string) bool
func (*Succumbence) LoadPrevious ¶
func (s *Succumbence) LoadPrevious(file string) error
func (*Succumbence) ProcessFile ¶
func (s *Succumbence) ProcessFile() error
Click to show internal directories.
Click to hide internal directories.