go-ssb-room/muxrpc/handlers/doc.go

9 lines
310 B
Go
Raw Normal View History

// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021
//
// SPDX-License-Identifier: MIT
2021-03-10 15:57:49 +00:00
// Package handlers contains the muxrpc handler packages for the room server.
//
// The implementation the actual multiplexing implementation is github.com/ssbc/go-muxrpc.
2021-03-10 15:57:49 +00:00
package handlers