interactor

package
v0.0.35 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package interactor represent reusable chunks of code that abstract logic from presenters while simplifying your app and making future changes effortless.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interactor

Interactor is an implementation of the usecases interface

type Usecases added in v0.0.12

Usecases is an interface that combines of all usescases

func NewUsecasesInteractor added in v0.0.12

func NewUsecasesInteractor(
	infrastructure infrastructure.Infrastructure,
	baseExtension extension.BaseExtension,
	pinsExtension extension.PINExtension) Usecases

NewUsecasesInteractor initializes a new usecases interactor

Jump to

Keyboard shortcuts

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