Documentation
¶
Index ¶
- func Commands(con *core.Console) []*cobra.Command
- func ConfigSummaryCmd(con *core.Console) error
- func DingTalkSet(f *pflag.FlagSet)
- func GetGithubConfigCmd(cmd *cobra.Command, con *core.Console) error
- func GetNotifyCmd(cmd *cobra.Command, con *core.Console) error
- func GithubFlagSet(f *pflag.FlagSet)
- func LarkSet(f *pflag.FlagSet)
- func LocalRPCConfigCommand(con *core.Console) *cobra.Command
- func LocalRPCDisableCmd(con *core.Console) error
- func LocalRPCEnableCmd(cmd *cobra.Command, con *core.Console) error
- func LocalRPCShowCmd(con *core.Console) error
- func MCPConfigCommand(con *core.Console) *cobra.Command
- func MCPDisableCmd(con *core.Console) error
- func MCPEnableCmd(cmd *cobra.Command, con *core.Console) error
- func MCPShowCmd(con *core.Console) error
- func ParseGithubFlags(cmd *cobra.Command) (string, string, string, string)
- func ParseNotifyFlags(cmd *cobra.Command) *clientpb.Notify
- func PushPlusSet(f *pflag.FlagSet)
- func Refresh(con *core.Console) (*clientpb.Empty, error)
- func RefreshCmd(cmd *cobra.Command, con *core.Console) error
- func ServerChanSet(f *pflag.FlagSet)
- func TelegramSet(f *pflag.FlagSet)
- func UpdateGithubConfigCmd(cmd *cobra.Command, con *core.Console) error
- func UpdateNotify(con *core.Console, notify *clientpb.Notify) (*clientpb.Empty, error)
- func UpdateNotifyCmd(cmd *cobra.Command, con *core.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigSummaryCmd ¶ added in v0.3.0
ConfigSummaryCmd displays a summary table of all config modules.
func DingTalkSet ¶
func GithubFlagSet ¶
func LocalRPCConfigCommand ¶ added in v0.3.0
LocalRPCConfigCommand returns the localrpc subcommand for use under `config`.
func LocalRPCDisableCmd ¶ added in v0.3.0
LocalRPCDisableCmd disables and stops the Local RPC server.
func LocalRPCEnableCmd ¶ added in v0.3.0
LocalRPCEnableCmd enables and starts the Local RPC server.
func LocalRPCShowCmd ¶ added in v0.3.0
LocalRPCShowCmd displays Local RPC configuration.
func MCPConfigCommand ¶ added in v0.3.0
MCPConfigCommand returns the mcp subcommand for use under `config`.
func MCPDisableCmd ¶ added in v0.3.0
MCPDisableCmd disables and stops the MCP server.
func MCPEnableCmd ¶ added in v0.3.0
MCPEnableCmd enables and starts the MCP server.
func MCPShowCmd ¶ added in v0.3.0
MCPShowCmd displays MCP configuration.
func PushPlusSet ¶ added in v0.1.2
func ServerChanSet ¶
func TelegramSet ¶
func UpdateGithubConfigCmd ¶
func UpdateNotify ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.