rpcclient

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClearNonActiveAppRunsCommand added in v0.7.4

func ClearNonActiveAppRunsCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error

command "clearnonactiveappruns", rpctypes.ClearNonActiveAppRunsCommand

func EventPublishCommand

func EventPublishCommand(w *rpc.RpcClient, data rpctypes.EventType, opts *rpc.RpcOpts) error

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

func EventSubCommand(w *rpc.RpcClient, data rpctypes.SubscriptionRequest, opts *rpc.RpcOpts) error

command "eventsub", rpctypes.EventSubCommand

func EventUnsubAllCommand

func EventUnsubAllCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error

command "eventunsuball", rpctypes.EventUnsubAllCommand

func EventUnsubCommand

func EventUnsubCommand(w *rpc.RpcClient, data string, opts *rpc.RpcOpts) error

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

func GetBareClient() *rpc.RpcClient

GetBareClient returns the BareClient, initializing it if needed

func GetDemoAppStatusCommand added in v0.7.4

func GetDemoAppStatusCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) (string, error)

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

command "goroutinetimespans", rpctypes.GoRoutineTimeSpansCommand

func KillDemoAppCommand added in v0.7.4

func KillDemoAppCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error

command "killdemoapp", rpctypes.KillDemoAppCommand

func LaunchDemoAppCommand added in v0.7.4

func LaunchDemoAppCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error

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

func MessageCommand(w *rpc.RpcClient, data rpctypes.CommandMessageData, opts *rpc.RpcOpts) error

command "message", rpctypes.MessageCommand

func RtnStreamErr

func RtnStreamErr[T any](ch chan rpctypes.RespUnion[T], err error)

func SendRpcRequestCallHelper

func SendRpcRequestCallHelper[T any](w *rpc.RpcClient, command string, data interface{}, opts *rpc.RpcOpts) (T, error)

func SendRpcRequestResponseStreamHelper

func SendRpcRequestResponseStreamHelper[T any](w *rpc.RpcClient, command string, data interface{}, opts *rpc.RpcOpts) chan rpctypes.RespUnion[T]

func SendTEventFeCommand

func SendTEventFeCommand(w *rpc.RpcClient, data rpctypes.TEventFeData, opts *rpc.RpcOpts) error

command "sendteventfe", rpctypes.SendTEventFeCommand

func TriggerTrayUpdateCommand

func TriggerTrayUpdateCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) error

command "triggertrayupdate", rpctypes.TriggerTrayUpdateCommand

func UpdateBrowserTabUrlCommand

func UpdateBrowserTabUrlCommand(w *rpc.RpcClient, data rpctypes.BrowserTabUrlData, opts *rpc.RpcOpts) error

command "updatebrowsertaburl", rpctypes.UpdateBrowserTabUrlCommand

func UpdateCheckCommand

func UpdateCheckCommand(w *rpc.RpcClient, opts *rpc.RpcOpts) (rpctypes.UpdateCheckData, error)

command "updatecheck", rpctypes.UpdateCheckCommand

func UpdateStatusCommand

func UpdateStatusCommand(w *rpc.RpcClient, data rpctypes.StatusUpdateData, opts *rpc.RpcOpts) error

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL