usecase

package
v0.0.0-...-6e5bb36 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IUseCase

type IUseCase interface {
	// GetHcheck it returns instance of Hcheck that implements IHcheck methods.
	GetHcheck() hcheck.IHcheck
}

IUseCase ...

func New

func New(opts ...Option) IUseCase

New ...

type Option

type Option func(*UseCase)

Option ...

func WithDependency

func WithDependency(config config.IConfig) Option

WithDependency ...

type UseCase

type UseCase struct {
	// contains filtered or unexported fields
}

UseCase ...

func (*UseCase) GetHcheck

func (usecase *UseCase) GetHcheck() hcheck.IHcheck

GetHcheck it returns instance of Hcheck that implements IHcheck methods.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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