objects

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 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 Approvers

func Approvers(id payload.ID) []payload.ID

Approvers returns the list of approvers up to the tips.

func Handler

func Handler(c echo.Context) error

Handler returns the list of value objects.

Types

type Response

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

Response is the HTTP response from retrieving value objects.

type ValueObject

type ValueObject struct {
	Parent1       string `json:"parent_1"`
	Parent2       string `json:"parent_2"`
	ID            string `json:"id"`
	Tip           bool   `json:"tip"`
	Solid         bool   `json:"solid"`
	Liked         bool   `json:"liked"`
	Confirmed     bool   `json:"confirmed"`
	Rejected      bool   `json:"rejected"`
	BranchID      string `json:"branch_id"`
	TransactionID string `json:"transaction_id"`
}

ValueObject holds the info of a ValueObject

Jump to

Keyboard shortcuts

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