presenter

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeleteDevicesPresenter

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

func NewDeleteDevicesPresenter

func NewDeleteDevicesPresenter(deleteDevicesByUsername *device_use_case.DeleteDevicesByUsername) *DeleteDevicesPresenter

func (*DeleteDevicesPresenter) Present

func (p *DeleteDevicesPresenter) Present(ctx context.Context, username string)

type ListDevicesByUsernamePresenter

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

func NewListDevicesByUsernamePresenter

func NewListDevicesByUsernamePresenter(listDevicesByUsernameUseCase *device_use_case.ListDevicesByUsernameUseCase) *ListDevicesByUsernamePresenter

func (*ListDevicesByUsernamePresenter) Present

func (p *ListDevicesByUsernamePresenter) Present(ctx context.Context, username string)

type ListDevicesPresenter

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

func NewListDevicesPresenter

func NewListDevicesPresenter(listDevicesUseCase *device_use_case.ListDevicesUseCase) *ListDevicesPresenter

func (*ListDevicesPresenter) Present

func (p *ListDevicesPresenter) Present(ctx context.Context)

Jump to

Keyboard shortcuts

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