views

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuyerFlow

type BuyerFlow struct {
}

func (*BuyerFlow) Call

func (f *BuyerFlow) Call(context view.Context) (interface{}, error)

type DMVFlow

type DMVFlow struct {
}

func (*DMVFlow) Call

func (f *DMVFlow) Call(context view.Context) (interface{}, error)

type MintRequest

type MintRequest struct {
	CarRegistration string
}

type MintRequestApprovalFlow

type MintRequestApprovalFlow struct{}

func (*MintRequestApprovalFlow) Call

func (m *MintRequestApprovalFlow) Call(context view.Context) (interface{}, error)

type MintRequestView

type MintRequestView struct {
	*MintRequest
}

func (*MintRequestView) Call

func (v *MintRequestView) Call(context view.Context) (interface{}, error)

type MintRequestViewFactory

type MintRequestViewFactory struct{}

func (*MintRequestViewFactory) NewView

func (vf *MintRequestViewFactory) NewView(in []byte) (view.View, error)

type Transfer

type Transfer struct {
	Buyer           string
	CarRegistration string
}

type TransferView

type TransferView struct {
	*Transfer
}

func (*TransferView) Call

func (v *TransferView) Call(context view.Context) (interface{}, error)

type TransferViewFactory

type TransferViewFactory struct{}

func (*TransferViewFactory) NewView

func (vf *TransferViewFactory) NewView(in []byte) (view.View, error)

Jump to

Keyboard shortcuts

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