scheme

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2022 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Block

type Block struct {
	Id   *string     `json:"id,omitempty"`
	Type string      `json:"type"`
	Data interface{} `json:"data"`
}

type BlockData

type BlockData map[string]interface{}

type BlockHandler

type BlockHandler func(selection *goquery.Selection) *Block

type Response

type Response struct {
	Time    int64   `json:"time"`
	Blocks  []Block `json:"blocks"`
	Version string  `json:"version"`
}

Jump to

Keyboard shortcuts

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