usecases

package
v0.0.0-...-e1e0821 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2015 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 AnnotateInteractor

type AnnotateInteractor interface {
	AnnotateHTML(html string) (string, error)
}

type AnnotationInteractor

type AnnotationInteractor interface {
	NamesInteractor
	AnnotateInteractor
}

func NewAnnotationInteractor

func NewAnnotationInteractor(repo NamesRepository) AnnotationInteractor

type NamesInteractor

type NamesInteractor interface {
	UpdateURLForName(name Name, url URL) error
	GetURLForName(name Name) (URL, error)
	DeleteAllNames() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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