Merge pull request #53 from ssb-ngi-pointer/clarify-handlers
disambiguate "handlers" package
This commit is contained in:
commit
d85f2e4a3e
4
muxrpc/doc.go
Normal file
4
muxrpc/doc.go
Normal file
@ -0,0 +1,4 @@
|
||||
// Package muxrpc contains the muxrpc handler packages for the room server.
|
||||
//
|
||||
// The implementation the actual multiplexing implementation is go.cryptoscope.co/muxrpc.
|
||||
package muxrpc
|
@ -10,9 +10,9 @@ import (
|
||||
"go.cryptoscope.co/muxrpc/v2"
|
||||
refs "go.mindeco.de/ssb-refs"
|
||||
|
||||
"github.com/ssb-ngi-pointer/go-ssb-room/handlers/tunnel/server"
|
||||
"github.com/ssb-ngi-pointer/go-ssb-room/handlers/whoami"
|
||||
"github.com/ssb-ngi-pointer/go-ssb-room/internal/network"
|
||||
"github.com/ssb-ngi-pointer/go-ssb-room/muxrpc/tunnel/server"
|
||||
"github.com/ssb-ngi-pointer/go-ssb-room/muxrpc/whoami"
|
||||
)
|
||||
|
||||
func (s *Server) initNetwork() error {
|
||||
|
Loading…
Reference in New Issue
Block a user