mirror of
https://github.com/hsnks100/liveflow.git
synced 2025-09-26 20:21:12 +08:00
7 lines
98 B
Go
7 lines
98 B
Go
package fields
|
|
|
|
const (
|
|
StreamID = "liveflow_stream_id"
|
|
SourceName = "liveflow_source_name"
|
|
)
|