Documentation
¶
Overview ¶
Package tidbit offeres hyperlinked historical information about the Scene releasers and groups.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ID ¶
type ID int
ID is the identifier of the tidbit.
func Find ¶
Find returns the tidbit IDs for the given URI.
The ID returned can be used in a string conversion to get the description. The ID can also be used to get the URIs of the tidbit.
func (ID) Markdown ¶ added in v1.7.4
Markdown returns the markdown content of the tidbit that is stored in the directory in the provided file system. If the file does not exist or is empty then nil is returned.
Generally the String method should be used to get the description of the tidbit instead of this Markdown method.
Click to show internal directories.
Click to hide internal directories.