docsource

package
v0.0.0-...-9d378ff Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Author

type Author struct {
	Name  string
	Email string
}

type DocSource

type DocSource interface {
	List() []string

	GetMarkdown(string) (string, error)
	GetVersion(string) (*Version, error)

	GetFirstAuthor(string) (*Author, error)
	GetLastAuthor(string) (*Author, error)
}

type Version

type Version struct {
	ID        string
	Timestamp time.Time
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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