markdown

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(db *gorm.DB) provider.Provider

Types

type Child

type Child struct {
	String string
	Type   ChildType
	Time   time.Time
}

type ChildType

type ChildType int
const (
	ChildSpotify ChildType = iota + 1
	ChildRescueTime
	ChildGooglePlaceVisit
)

func (ChildType) String

func (ct ChildType) String() string

type Page

type Page struct {
	Title    string
	Children []Child
	Tag      string
}

func (*Page) Write

func (p *Page) Write(outputPath string) error

Jump to

Keyboard shortcuts

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