converge

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Card

type Card struct {
	ID       int64
	ReType   int
	ReValue  string
	Title    string
	Cover    string
	Content  json.RawMessage
	Contents []*Content
}

func (*Card) Change

func (c *Card) Change()

type Content

type Content struct {
	Goto  string `json:"goto,omitempty"`
	ID    int64  `json:"id,omitempty"`
	Title string `json:"title,omitempty"`
}

type JSONContent

type JSONContent struct {
	CType  string          `json:"ctype"`
	CTitle string          `json:"ctitle"`
	CValue json.RawMessage `json:"cvalue"`
}

Jump to

Keyboard shortcuts

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