flutter

package
v0.0.0-...-7b9f856 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Repository

type Repository interface {
	GenerateKeys(csv csvx.CsvList) string
	GenerateSources(csv csvx.CsvList, languages core.Languages) string
	GenerateKeysFile(csv csvx.CsvList, target string, filename string) core.Result
	GenerateSourcesFile(csv csvx.CsvList, languages core.Languages, target string, filename string) core.Result
}

func NewRepository

func NewRepository(fileX filex.FileX) Repository

type UseCase

type UseCase interface {
	Generate(configuration core.Configuration)
}

func NewUseCase

func NewUseCase(repo Repository) UseCase

Jump to

Keyboard shortcuts

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