repository

package
v0.0.0-...-3350f6f Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDatabaseRepository

func NewDatabaseRepository(ctx context.Context, db *sql.DB) *databaseRepository

func NewMekanoBilling

func NewMekanoBilling(ctx context.Context, xlsx, extras *excelize.File) *mekanoBilling

func NewMekanoPayment

func NewMekanoPayment(ctx context.Context, excelFile *excelize.File, db *sql.DB) *mekanoPayment

Types

type Consecutive

type Consecutive struct {
	ID          int
	Consecutive int
	Create_At   time.Time
}

type DatabaseRepository

type DatabaseRepository interface {
	GetConsecutive() (int64, error)
	CreateConsecutive()
}

type MekanoRepository

type MekanoRepository interface {
	GenerateFile() error
}

Jump to

Keyboard shortcuts

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