Documentation
¶
Index ¶
- func ClearNonActiveAppRunsCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error
- func EventPublishCommand(w *rpc.RpcClient, data rpctypes.EventType, opts *rpc.RpcOpts) error
- func EventReadHistoryCommand(w *rpc.RpcClient, data rpctypes.EventReadHistoryData, opts *rpc.RpcOpts) ([]*rpctypes.EventType, error)
- func EventSubCommand(w *rpc.RpcClient, data rpctypes.SubscriptionRequest, opts *rpc.RpcOpts) error
- func EventUnsubAllCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error
- func EventUnsubCommand(w *rpc.RpcClient, data string, opts *rpc.RpcOpts) error
- func GetAppRunGoRoutinesByIdsCommand(w *rpc.RpcClient, data rpctypes.AppRunGoRoutinesByIdsRequest, ...) (rpctypes.AppRunGoRoutinesData, error)
- func GetAppRunRuntimeStatsCommand(w *rpc.RpcClient, data rpctypes.AppRunRequest, opts *rpc.RpcOpts) (rpctypes.AppRunRuntimeStatsData, error)
- func GetAppRunWatchesByIdsCommand(w *rpc.RpcClient, data rpctypes.AppRunWatchesByIdsRequest, opts *rpc.RpcOpts) (rpctypes.AppRunWatchesData, error)
- func GetAppRunsCommand(w *rpc.RpcClient, data rpctypes.AppRunUpdatesRequest, opts *rpc.RpcOpts) (rpctypes.AppRunsData, error)
- func GetBareClient() *rpc.RpcClient
- func GetDemoAppStatusCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) (string, error)
- func GoRoutineSearchRequestCommand(w *rpc.RpcClient, data rpctypes.GoRoutineSearchRequestData, opts *rpc.RpcOpts) (rpctypes.GoRoutineSearchResultData, error)
- func GoRoutineTimeSpansCommand(w *rpc.RpcClient, data rpctypes.GoRoutineTimeSpansRequest, opts *rpc.RpcOpts) (rpctypes.GoRoutineTimeSpansResponse, error)
- func KillDemoAppCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error
- func LaunchDemoAppCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error
- func LogGetMarkedLinesCommand(w *rpc.RpcClient, data rpctypes.MarkedLinesRequestData, opts *rpc.RpcOpts) (rpctypes.MarkedLinesResultData, error)
- func LogSearchRequestCommand(w *rpc.RpcClient, data rpctypes.SearchRequestData, opts *rpc.RpcOpts) (rpctypes.SearchResultData, error)
- func LogStreamUpdateCommand(w *rpc.RpcClient, data rpctypes.StreamUpdateData, opts *rpc.RpcOpts) error
- func LogUpdateMarkedLinesCommand(w *rpc.RpcClient, data rpctypes.MarkedLinesData, opts *rpc.RpcOpts) error
- func LogWidgetAdminCommand(w *rpc.RpcClient, data rpctypes.LogWidgetAdminData, opts *rpc.RpcOpts) error
- func MessageCommand(w *rpc.RpcClient, data rpctypes.CommandMessageData, opts *rpc.RpcOpts) error
- func RtnStreamErr[T any](ch chan rpctypes.RespUnion[T], err error)
- func SendRpcRequestCallHelper[T any](w *rpc.RpcClient, command string, data interface{}, opts *rpc.RpcOpts) (T, error)
- func SendRpcRequestResponseStreamHelper[T any](w *rpc.RpcClient, command string, data interface{}, opts *rpc.RpcOpts) chan rpctypes.RespUnion[T]
- func SendTEventFeCommand(w *rpc.RpcClient, data rpctypes.TEventFeData, opts *rpc.RpcOpts) error
- func TriggerTrayUpdateCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error
- func UpdateBrowserTabUrlCommand(w *rpc.RpcClient, data rpctypes.BrowserTabUrlData, opts *rpc.RpcOpts) error
- func UpdateCheckCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) (rpctypes.UpdateCheckData, error)
- func UpdateStatusCommand(w *rpc.RpcClient, data rpctypes.StatusUpdateData, opts *rpc.RpcOpts) error
- func WatchSearchRequestCommand(w *rpc.RpcClient, data rpctypes.WatchSearchRequestData, opts *rpc.RpcOpts) (rpctypes.WatchSearchResultData, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearNonActiveAppRunsCommand ¶ added in v0.7.4
command "clearnonactiveappruns", rpctypes.ClearNonActiveAppRunsCommand
func EventPublishCommand ¶
command "eventpublish", rpctypes.EventPublishCommand
func EventReadHistoryCommand ¶
func EventReadHistoryCommand(w *rpc.RpcClient, data rpctypes.EventReadHistoryData, opts *rpc.RpcOpts) ([]*rpctypes.EventType, error)
command "eventreadhistory", rpctypes.EventReadHistoryCommand
func EventSubCommand ¶
command "eventsub", rpctypes.EventSubCommand
func EventUnsubAllCommand ¶
command "eventunsuball", rpctypes.EventUnsubAllCommand
func EventUnsubCommand ¶
command "eventunsub", rpctypes.EventUnsubCommand
func GetAppRunGoRoutinesByIdsCommand ¶
func GetAppRunGoRoutinesByIdsCommand(w *rpc.RpcClient, data rpctypes.AppRunGoRoutinesByIdsRequest, opts *rpc.RpcOpts) (rpctypes.AppRunGoRoutinesData, error)
command "getapprungoroutinesbyids", rpctypes.GetAppRunGoRoutinesByIdsCommand
func GetAppRunRuntimeStatsCommand ¶
func GetAppRunRuntimeStatsCommand(w *rpc.RpcClient, data rpctypes.AppRunRequest, opts *rpc.RpcOpts) (rpctypes.AppRunRuntimeStatsData, error)
command "getapprunruntimestats", rpctypes.GetAppRunRuntimeStatsCommand
func GetAppRunWatchesByIdsCommand ¶
func GetAppRunWatchesByIdsCommand(w *rpc.RpcClient, data rpctypes.AppRunWatchesByIdsRequest, opts *rpc.RpcOpts) (rpctypes.AppRunWatchesData, error)
command "getapprunwatchesbyids", rpctypes.GetAppRunWatchesByIdsCommand
func GetAppRunsCommand ¶
func GetAppRunsCommand(w *rpc.RpcClient, data rpctypes.AppRunUpdatesRequest, opts *rpc.RpcOpts) (rpctypes.AppRunsData, error)
command "getappruns", rpctypes.GetAppRunsCommand
func GetBareClient ¶
GetBareClient returns the BareClient, initializing it if needed
func GetDemoAppStatusCommand ¶ added in v0.7.4
command "getdemoappstatus", rpctypes.GetDemoAppStatusCommand
func GoRoutineSearchRequestCommand ¶
func GoRoutineSearchRequestCommand(w *rpc.RpcClient, data rpctypes.GoRoutineSearchRequestData, opts *rpc.RpcOpts) (rpctypes.GoRoutineSearchResultData, error)
command "goroutinesearchrequest", rpctypes.GoRoutineSearchRequestCommand
func GoRoutineTimeSpansCommand ¶ added in v0.9.0
func GoRoutineTimeSpansCommand(w *rpc.RpcClient, data rpctypes.GoRoutineTimeSpansRequest, opts *rpc.RpcOpts) (rpctypes.GoRoutineTimeSpansResponse, error)
command "goroutinetimespans", rpctypes.GoRoutineTimeSpansCommand
func KillDemoAppCommand ¶ added in v0.7.4
command "killdemoapp", rpctypes.KillDemoAppCommand
func LaunchDemoAppCommand ¶ added in v0.7.4
command "launchdemoapp", rpctypes.LaunchDemoAppCommand
func LogGetMarkedLinesCommand ¶
func LogGetMarkedLinesCommand(w *rpc.RpcClient, data rpctypes.MarkedLinesRequestData, opts *rpc.RpcOpts) (rpctypes.MarkedLinesResultData, error)
command "loggetmarkedlines", rpctypes.LogGetMarkedLinesCommand
func LogSearchRequestCommand ¶
func LogSearchRequestCommand(w *rpc.RpcClient, data rpctypes.SearchRequestData, opts *rpc.RpcOpts) (rpctypes.SearchResultData, error)
command "logsearchrequest", rpctypes.LogSearchRequestCommand
func LogStreamUpdateCommand ¶
func LogStreamUpdateCommand(w *rpc.RpcClient, data rpctypes.StreamUpdateData, opts *rpc.RpcOpts) error
command "logstreamupdate", rpctypes.LogStreamUpdateCommand
func LogUpdateMarkedLinesCommand ¶
func LogUpdateMarkedLinesCommand(w *rpc.RpcClient, data rpctypes.MarkedLinesData, opts *rpc.RpcOpts) error
command "logupdatemarkedlines", rpctypes.LogUpdateMarkedLinesCommand
func LogWidgetAdminCommand ¶
func LogWidgetAdminCommand(w *rpc.RpcClient, data rpctypes.LogWidgetAdminData, opts *rpc.RpcOpts) error
command "logwidgetadmin", rpctypes.LogWidgetAdminCommand
func MessageCommand ¶
command "message", rpctypes.MessageCommand
func SendTEventFeCommand ¶
command "sendteventfe", rpctypes.SendTEventFeCommand
func TriggerTrayUpdateCommand ¶
command "triggertrayupdate", rpctypes.TriggerTrayUpdateCommand
func UpdateBrowserTabUrlCommand ¶
func UpdateBrowserTabUrlCommand(w *rpc.RpcClient, data rpctypes.BrowserTabUrlData, opts *rpc.RpcOpts) error
command "updatebrowsertaburl", rpctypes.UpdateBrowserTabUrlCommand
func UpdateCheckCommand ¶
command "updatecheck", rpctypes.UpdateCheckCommand
func UpdateStatusCommand ¶
command "updatestatus", rpctypes.UpdateStatusCommand
func WatchSearchRequestCommand ¶
func WatchSearchRequestCommand(w *rpc.RpcClient, data rpctypes.WatchSearchRequestData, opts *rpc.RpcOpts) (rpctypes.WatchSearchResultData, error)
command "watchsearchrequest", rpctypes.WatchSearchRequestCommand
Types ¶
This section is empty.