datstore

package module
v0.0.0-...-c73ac84 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2021 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	DateCreated time.Time
	Title       string
	UrlName     string
	Paragraphs  []*Paragraph
}

type ArticleSummary

type ArticleSummary struct {
	DateCreated time.Time
	Title       string
	Summary     string
	UrlName     string
}

type Paragraph

type Paragraph struct {
	Title string
	Text  []string
}

type ResponseArticle

type ResponseArticle struct {
	Articles []*Article
	Count    int
}

type ResponseArticleSummary

type ResponseArticleSummary struct {
	ArticlesSummaries []*ArticleSummary
	Offset            int
	TotalCount        int
}

Jump to

Keyboard shortcuts

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