models

package
v0.0.0-...-c958644 Latest Latest
Warning

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

Go to latest
Published: May 5, 2020 License: Apache-2.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 Content

type Content struct {
	Id      int64
	Time    string
	Title   string
	Details string
}

type Timeline

type Timeline struct {
	Title    string
	Contents []Content
}

func NewTimeline

func NewTimeline() *Timeline

func (*Timeline) AppendLine

func (this *Timeline) AppendLine(time, title, detail string)

func (*Timeline) LoadDB

func (this *Timeline) LoadDB(db string, offset, within int)

func (*Timeline) SaveDB

func (this *Timeline) SaveDB(db string)

func (*Timeline) SetTitle

func (this *Timeline) SetTitle(t string)

Jump to

Keyboard shortcuts

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