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