Documentation ¶
Overview ¶
Package none provides a nonexistent repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type None ¶
type None struct {
// contains filtered or unexported fields
}
None represents a nonexistent repository.
func (*None) DeriveVersion ¶
DeriveVersion derives the repository version. Note that this is always nil for a nonexistent repository.
type Option ¶
type Option func(*Options)
Option is a repository option.
func WithDefaultVersion ¶
WithDefaultVersion sets the default version.
Click to show internal directories.
Click to hide internal directories.