generate

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: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Category         = "Category"
	ScreenName       = "ScreenName"
	LogEvent         = "LogEvent"
	Label            = "Label"
	Action           = "Action"
	InformationValue = "InformationValue"
	InformationKey   = "InformationKey"
)

Variables

Functions

This section is empty.

Types

type AndroidUseCase

type AndroidUseCase interface {
	UseCase
}

func NewAndroidUseCase

func NewAndroidUseCase(sheetUc sheets.UseCase) AndroidUseCase

type FlutterUseCase

type FlutterUseCase interface {
	UseCase
}

func NewFlutterUseCase

func NewFlutterUseCase(sheetUc sheets.UseCase) FlutterUseCase

type IOSUseCase

type IOSUseCase interface {
	UseCase
}

func NewIOSUseCase

func NewIOSUseCase(sheetUc sheets.UseCase) IOSUseCase

type UseCase

type UseCase interface {
	GenKey(sheet sheets.Sheets) (string, error)
	GenCode(sheet sheets.Sheets) (string, error)
	PrepareFunction(values csvx.CsvList) map[string][]interface{}
	BuildFunction(statement map[string]interface{}) string
}

Jump to

Keyboard shortcuts

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