Documentation
¶
Index ¶
- Variables
- func WriteHead(pool, branch string) error
- type Flags
- func (l *Flags) AuthStore() *auth0.Store
- func (l *Flags) Connection() (*client.Connection, error)
- func (f *Flags) HEAD() (*lakeparse.Commitish, error)
- func (l *Flags) Open(ctx context.Context) (api.Interface, error)
- func (l *Flags) SetFlags(fs *flag.FlagSet)
- func (l *Flags) URI() (*storage.URI, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoHEAD = errors.New("HEAD not specified: indicate with -use or run the \"use\" command")
Functions ¶
Types ¶
type Flags ¶
type Flags struct {
ConfigDir string
// LakeSpecified is set to true if the lake is explicitly set via either
// command line flag or environment variable.
LakeSpecified bool
Lake string
Quiet bool
// contains filtered or unexported fields
}
func (*Flags) Connection ¶ added in v1.1.0
func (l *Flags) Connection() (*client.Connection, error)
Click to show internal directories.
Click to hide internal directories.