jupyter

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entities

type Entities struct {
	// contains filtered or unexported fields
}

func NewEntities

func NewEntities() (e Entities)

func (*Entities) GetHTML

func (e *Entities) GetHTML(id ID) (b []byte, err error)

func (*Entities) GetJson

func (e *Entities) GetJson(id ID) (j Json, err error)

func (*Entities) SetHtml

func (e *Entities) SetHtml(id ID, h RenderHTML)

func (*Entities) SetJson

func (e *Entities) SetJson(id ID, j RenderJson)

type HtmlMap

type HtmlMap map[ID]RenderHTML

type ID

type ID int64

func (ID) String

func (id ID) String() (s string)

type Json

type Json map[string]interface{}

type JsonMap

type JsonMap map[ID]RenderJson

type RenderHTML

type RenderHTML interface {
	ToHtml() (b []byte)
}

type RenderJson

type RenderJson interface {
	ToJson() (m Json)
}

Jump to

Keyboard shortcuts

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