types

package
v0.0.0-...-44d5095 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2023 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 ErrResponse

type ErrResponse struct {
	Error *err.Err `json:"error"`
	// the operation being performed, such as updateUser, deleteUser etc. Typically processed by the handler
	Operation string    `json:"operation"`
	RequestID int       `json:"requestId"`
	Service   string    `json:"service"`
	Timestamp time.Time `json:"timestamp"`
}

type FindPriceResponse

type FindPriceResponse struct {
	Price float64 `json:"price"`
	Coin  string  `json:"coin"`
}

Jump to

Keyboard shortcuts

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