sheets

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCallX

func NewCallX() callx.CallX

Types

type Repository

type Repository interface {
	Get(sheet Sheets) (csvx.CsvList, error)
}

func NewRepository

func NewRepository(callX callx.CallX, csvX csvx.CsvX) Repository

type Sheets

type Sheets struct {
	Id         string
	DocumentId string
	Package    string
}

type UseCase

type UseCase interface {
	Get(sheet Sheets) csvx.CsvList
}

func New

func New() UseCase

func NewUseCase

func NewUseCase(repos Repository) UseCase

Jump to

Keyboard shortcuts

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