Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCollection = Collection{
FormulaURL: "https://hyperelliptic.org/EFD/CLASS/auto-SHAPE-REPRESENTATION.html#OPERATION-TAG",
}
DefaultCollection specifies information about the original EFD database.
Functions ¶
Types ¶
type Collection ¶
type Collection struct {
FormulaURL string
}
Collection specifies information about a collection of data included in the database.
type Database ¶
type File ¶
type File interface { // Path relative to Store root. Path() string io.ReadCloser }
File in a Store.
type Key ¶
type Key struct { Path string Collection string Class string Section string Shape string Representation string Operation string Name string Ext string }
func KeyFromFilename ¶
func (Key) IsRepresentation ¶
func (Key) OperationID ¶
func (Key) RepresentationID ¶
type Store ¶
Store is a method of accessing database files.
type Visitor ¶
Visitor provides a Visit method that is called for every file visited by Walk. The visit method receives the filename within the Store, as well as a reader for the contents.
type VisitorFunc ¶
VisitorFunc adapts a plain function to the Visitor interface.
Click to show internal directories.
Click to hide internal directories.