mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-12 05:54:51 +00:00
make fields privae
This commit is contained in:
parent
90d9dcbce9
commit
e486b5e40c
@ -31,8 +31,8 @@ type
|
|||||||
MultisteamSelect* = ref object of RootObj
|
MultisteamSelect* = ref object of RootObj
|
||||||
handlers*: seq[HandlerHolder]
|
handlers*: seq[HandlerHolder]
|
||||||
codec*: string
|
codec*: string
|
||||||
na*: string
|
na: string
|
||||||
ls*: string
|
ls: string
|
||||||
|
|
||||||
proc newMultistream*(): MultisteamSelect =
|
proc newMultistream*(): MultisteamSelect =
|
||||||
new result
|
new result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user