content

package
v0.0.0-...-03f6f9a Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Issuer

type Issuer interface {
	Issue() error
}

type Item

type Item interface {
	Name() (string, error)
	Label() string
	ID() string
	Resources() ([]dodp.Resource, error)
	ContentMetadata() (*dodp.ContentMetadata, error)
	Config() *config.Book
	SaveConfig()
}

type List

type List struct {
	Name  string
	ID    string
	Items []Item
}

type Returner

type Returner interface {
	Return() error
}

Jump to

Keyboard shortcuts

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