seeds

package
v0.0.0-...-ce80fba Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UpsertPayday

func UpsertPayday(db *gorm.DB, id uuid.UUID, bills []models.Bill, userID string, payDateOfMonth int) error

func UpsertUser

func UpsertUser(db *gorm.DB, name string, id string) error

func UpsertWorksheet

func UpsertWorksheet(db *gorm.DB, id uuid.UUID, items []models.WorksheetItem, userID string, day int, month int, year int, inbank decimal.Decimal) error

Types

type Seed

type Seed struct {
	Name string
	Run  func(*gorm.DB) error
}

func All

func All() []Seed

Jump to

Keyboard shortcuts

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