package
0.12.1
Repository: https://github.com/upbound/uptest.git
Documentation: pkg.go.dev

# Functions

New constructs a new UploadManager.
NewIndexer constructs an indexer at the specified root.
WithFs sets the Indexer file system.
WithUpload sets the `upload` function to be used by the UploadManager.

# Structs

BucketIndex represents an index file in the storage bucket.
Indexer indexes docs.
Item represents an item that will ultimately be represented in the uploaded table of contents.
Options represents the available subcommands of updoc: "generate" and "upload".
Section is the section in a document.
Title is the title of a document.
UploadManager represents a document uploader capable of uploading contents of the specified io.Reader under the specified name.
UploadOptions represents the options for the upload subcommand.

# Interfaces

Sortable represents a sortable document section, like the title or a section of a document.

# Type aliases

IndexerOpt is an indexer option.
Option is an option that modifies a UploadManager.