internal

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultRequest

type DefaultRequest struct {
	Action string `json:"action"`
	App    string `json:"app,omitempty"`
}

type DefaultResponse

type DefaultResponse struct {
	Error string `json:"error"`
}

type ProcessBlockRequest

type ProcessBlockRequest struct {
	Block string `json:"block"`
	DefaultRequest
}

type ProcessBlockResponse

type ProcessBlockResponse struct {
	Hash string `json:"hash"`
	DefaultResponse
}

type RetrieveBlockRequest

type RetrieveBlockRequest struct {
	Hash string `json:"hash"`
	DefaultRequest
}

type RetrieveBlockResponse

type RetrieveBlockResponse struct {
	Contents string `json:"contents"`
	DefaultResponse
}

Jump to

Keyboard shortcuts

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