Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoHEAD = errors.New("HEAD not specified: indicate with -use or run the \"use\" command") ErrLocalLake = errors.New("cannot open connection on local lake") )
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { ConfigDir string Lake string Quiet bool // contains filtered or unexported fields }
func (*Flags) ClientURI ¶ added in v1.11.0
ClientURI returns the URI of the lake to connect to. If the lake path is the defaultDataDir, it first checks if a zed service is running on localhost:9867 and if so uses http://localhost:9867 as the lake location.
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.