domain

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigRepository

type ConfigRepository interface {
	ReadConfigFile() (config.ConfigFileReadResponseEntity, error)
}

type ConfigUsecase

type ConfigUsecase interface {
	LoadConfig() *config.Cfg
}

type GeneratorRepository

type GeneratorRepository interface {
	GetRepoLatestVersion() (generator.RepoLatestVersionGetEntity, error)
	DownloadLatestAsset(generator.LatestAssetDownloadRequestEntity) error
}

type GeneratorUsecase

type GeneratorUsecase interface {
	Generate(generator.OnlineGeneratorInputEntity) error
}

type GreetingRepository

type GreetingRepository interface {
	SayHello() (greeting.GreetingResponseEntity, error)
}

type GreetingUsecase

type GreetingUsecase interface {
	Greeting() (greeting.GreetingResponseEntity, error)
}

Directories

Path Synopsis
entity

Jump to

Keyboard shortcuts

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