usecase

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2020 License: MIT Imports: 1 Imported by: 0

README

usecase

The software in this layer contains all application-specific business rules. It encapsulates and implements all of the use cases of the system

It can depend on entity, but not on anything else in the project.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "v0.0.1"
)

Functions

This section is empty.

Types

type GNER

type GNER interface {
	Run() error
	Version() string
}

func NewGNER

func NewGNER(r NERecognizer) GNER

type NERecognizer

type NERecognizer interface {
	Init() error
	Find(text []rune, output interface{}) error
	Verify(input interface{}, output interface{}) error
	Version()
}

Jump to

Keyboard shortcuts

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