out

package
v0.0.0-...-a869338 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppErrorDetail

type AppErrorDetail struct {
	Code    int    `json:"code"`
	Message string `json:"message"`
}

func ConvertCommandErrorDetail

func ConvertCommandErrorDetail(cmdError commands.CommandErrorDetail) AppErrorDetail

func ConvertQueryErrorDetail

func ConvertQueryErrorDetail(queryError queries.QueryErrorDetail) AppErrorDetail

func (AppErrorDetail) Error

func (e AppErrorDetail) Error() string

type Output

type Output[T any] interface {
	OnError(err AppErrorDetail)
	OnSuccess(result T)
}

Jump to

Keyboard shortcuts

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