attachments

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2020 License: Apache-2.0, BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handler

func Handler(c echo.Context) error

Handler gets the value attachments.

Types

type Response

type Response struct {
	Attachments []ValueObject `json:"attachments,omitempty"`
	Error       string        `json:"error,omitempty"`
}

Response is the HTTP response from retrieving value objects.

type ValueObject

type ValueObject struct {
	ID          string            `json:"id"`
	ParentID0   string            `json:"parent0_id"`
	ParentID1   string            `json:"parent1_id"`
	Transaction utils.Transaction `json:"transaction"`
}

ValueObject holds the information of a value object.

Jump to

Keyboard shortcuts

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