This commit is contained in:
Łukasz Magiera 2020-08-14 23:40:41 +02:00
parent 1ecec49885
commit 42bb91c2e6
4 changed files with 8 additions and 7 deletions

View File

@ -27,6 +27,7 @@ var log = logging.Logger("rpcenc")
var Timeout = 30 * time.Second
type StreamType string
const (
Null StreamType = "null"
PushStream StreamType = "push"