Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Binding struct + Name string + Value interface{} + type Session struct + Bindings map[string]interface{} + History []string + func NewSession() *Session + func (s *Session) Completions(prefix string) []string + func (s *Session) Execute(input string) (string, error)