mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Extend getSessions
admin call to include uptime/TX/RX
This commit is contained in:
parent
5477566fa9
commit
dc9720e580
6 changed files with 23 additions and 97 deletions
|
@ -322,6 +322,7 @@ func run(args yggArgs, ctx context.Context, done chan struct{}) {
|
|||
if n.admin, err = admin.New(n.core, logger, options...); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
n.admin.SetupAdminHandlers()
|
||||
}
|
||||
|
||||
// Setup the multicast module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue