core

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Name        string
	Href        string
	Path        string
	ContentType string
	Content     []byte
}

type Files

type Files []File
type Header struct {
	Title   string
	Link    string
	Headers []Header
}

type IndexDocument

type IndexDocument struct {
	ID      string
	Link    string
	Context []string
	Content []string
	HTML    string
}

type Page

type Page struct {
	Name           string
	WebPath        string
	Filepath       string
	Markdown       string
	HTML           string
	Headers        []Header
	IndexDocuments []IndexDocument
}

type Pages

type Pages []Page

func (Pages) SortByName

func (ps Pages) SortByName(serviceName string) Pages

Jump to

Keyboard shortcuts

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