datatypes

package
v0.0.0-...-532542a Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const EditorContentKind = "EditorContent"
View Source
const ErrorInstanceKind = "Error"
View Source
const REPLCommandKind = "REPLCommand"

Variables

This section is empty.

Functions

This section is empty.

Types

type EditorContent

type EditorContent struct {
	UID       string `json:"uid"`
	Timestamp int64  `json:"timestamp"`
	Content   string `json:"content"`
}

type ErrorInstance

type ErrorInstance struct {
	UID         string `json:"uid"`
	Timestamp   int64  `json:"timestamp"`
	Description string `json:"description"`
}

type REPLCommand

type REPLCommand struct {
	UID       string `json:"uid"`
	Timestamp int64  `json:"timestamp"`
	Command   string `json:"command"`
}

Jump to

Keyboard shortcuts

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