# Functions
NewStore constructs a Store for api access.
# Variables
ErrInvalidID occurs when an ID is not in a valid form.
ErrNotFound is used when a specific Snippet is requested but does not exist.
# Structs
Info represents a textual extract of something.
NewSnippet contains information needed to create a new Snippet.
Store manages the set of API's for snippet access.
UpdateSnippet defines what information may be provided to modify an existing Snippet.