Documentation ¶
Overview ¶
Package session This file is the hub of the `session` package. The `Client` struct defined here manages the database connection has the responsibility of interpreting user inputs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents an agent that manages a database connection and parses/executes the statements specified by a user in a command-line buffer.
func NewLocalClient ¶
NewLocalClient builds a new client struct in local mode.
func NewRemoteClient ¶
NewRemoteClient generates a new client struct.
func (*Client) GetBucketInfo ¶
func (c *Client) GetBucketInfo(key io.TimeBucketKey) (resp *frontend.GetInfoResponse, err error)
Click to show internal directories.
Click to hide internal directories.