Versions in this module Expand all Collapse all v1 v1.0.0 Jan 30, 2026 Changes in this version + func NewUICmd() *cobra.Command + type Application struct + Environment string + ID string + Name string + type Command struct + Cmd string + Desc string + Key string + ParamName string + Placeholder string + Title string + type Commands struct + Admin []Command + Auth []Command + Calendar []Command + Contacts []Command + Email []Command + Inbound []Command + Notetaker []Command + OTP []Command + Scheduler []Command + Timezone []Command + Webhook []Command + func GetDefaultCommands() Commands + type ConfigStatusResponse struct + ClientID string + Configured bool + DefaultGrant string + GrantCount int + HasAPIKey bool + Region string + type ExecRequest struct + Command string + type ExecResponse struct + Error string + Output string + type Grant struct + Email string + ID string + Provider string + type GrantsResponse struct + DefaultGrant string + Grants []Grant + type PageData struct + ClientID string + Commands Commands + Configured bool + DefaultGrant string + DefaultGrantEmail string + DemoMode bool + Grants []Grant + HasAPIKey bool + Region string + func (p PageData) CommandsJSON() template.JS + func (p PageData) GrantsJSON() template.JS + type Server struct + func NewDemoServer(addr string) *Server + func NewServer(addr string) *Server + func (s *Server) Start() error + type SetDefaultGrantRequest struct + GrantID string + type SetDefaultGrantResponse struct + Error string + Message string + Success bool + type SetupRequest struct + APIKey string + Region string + type SetupResponse struct + Applications []Application + ClientID string + Error string + Grants []Grant + Message string + Success bool