StreamingQueryType
Definition
type StreamingQueryType string
const (
StreamingQueryTypeSignal StreamingQueryType = "signal"
StreamingQueryTypeLogs StreamingQueryType = "logs"
StreamingQueryTypeFetch StreamingQueryType = "fetch"
StreamingQueryTypeTraces StreamingQueryType = "traces"
)