mirror of
https://github.com/logos-storage/nim-libp2p.git
synced 2026-01-03 06:03:05 +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