factory

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPresenterFactory

func NewPresenterFactory() *presenterFactory

NewPresenterFactory is responsible for creating a new presenter factory object

func NewViewsFactory

func NewViewsFactory(presenter view.Presenter) (*viewsFactory, error)

NewViewsFactory is responsible for creating a new viewers factory object

Types

type Viewer

type Viewer interface {
	Start(start chan struct{}) error
}

Viewer defines the actions which should be handled by a view object

Jump to

Keyboard shortcuts

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