Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶ added in v1.7.7
type Options struct { Fuse *nodefs.Options // commits is a map from repos to commits, if a repo is unspecified then // the master commit of the repo at the time the repo is first requested // will be used. Commits map[string]string Unmount chan struct{} }
Options is for configuring fuse mounts. Any of the fields may be left nil and `nil` itself is a valid set of Options which uses the default for everything.
Click to show internal directories.
Click to hide internal directories.