Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session represents a shell session
func NewSession ¶
NewSession creates a new session
func (Session) CurrentQuery ¶
func (s Session) CurrentQuery() *querybuilder.Query
CurrentQuery implements types.Session
func (Session) RootQuery ¶
func (s Session) RootQuery() *querybuilder.Query
RootQuery implements types.Session
func (*Session) SetCurrentQuery ¶
func (s *Session) SetCurrentQuery(query *querybuilder.Query)
SetCurrentQuery implements types.Session
Click to show internal directories.
Click to hide internal directories.