Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Debug is the debug output channel. // It is reconfigured to use os.Stderr if debug is enabled. Debug = log.New(ioutil.Discard, "DEBUG ", log.LstdFlags) // Info is a standard information output channel. Info = log.New(os.Stderr, "INFO ", log.LstdFlags) // Error is an error output channel. Error = log.New(os.Stderr, "ERROR ", log.LstdFlags) )
Functions ¶
Types ¶
type Opt ¶
type Opt func(*config)
Opt is an option for filesystem construction.
func WithCacheSize ¶
WithCacheSize provides a cache size for internal attribute caching.
func WithGHEndpoint ¶
WithGHEndpoint allows specifying an optional GitHub base URL. This can be used to point to an internal GitHub Enterprise endpoint.
Click to show internal directories.
Click to hide internal directories.