Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Default is the ID of category, that must be used for all new imported transactions. Default = int32(1) // Ignored is the ID of category, that would be ignored in report. Ignored = int32(127) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
Repository for categories.
func NewRepository ¶
func NewRepository(pool *pgxpool.Pool) *Repository
NewRepository creates new instance of Repository.
Click to show internal directories.
Click to hide internal directories.