Documentation ¶
Index ¶
- func CreateDatabaseSpecString(protocol, path string) string
- func CreateHashSpecString(protocol, path string, h hash.Hash) string
- func CreateValueSpecString(protocol, path, value string) string
- func GetChunkStore(str string) (chunks.ChunkStore, error)
- func GetDatabase(str string) (datas.Database, error)
- func GetDataset(str string) (dataset.Dataset, error)
- func GetPath(str string) (datas.Database, types.Value, error)
- func RegisterDatabaseFlags(flags *flag.FlagSet)
- type AbsolutePath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateValueSpecString ¶
func GetChunkStore ¶
func GetChunkStore(str string) (chunks.ChunkStore, error)
func RegisterDatabaseFlags ¶
Types ¶
type AbsolutePath ¶
type AbsolutePath struct {
// contains filtered or unexported fields
}
func NewAbsolutePath ¶
func NewAbsolutePath(str string) (AbsolutePath, error)
func (AbsolutePath) String ¶
func (p AbsolutePath) String() (str string)
Click to show internal directories.
Click to hide internal directories.