This website requires JavaScript.
Explore
Help
Sign In
LumeWeb
/
portal
Watch
1
Star
0
Fork
You've already forked portal
0
Code
Issues
5
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a641e57656
portal
/
interfaces
/
protocol.go
7 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
feat: initial new portal bones
2024-01-12 00:11:53 +00:00
package
interfaces
type
Protocol
interface
{
refactor: change Protocol Initialize to take a portal instance
2024-01-12 13:21:41 +00:00
Initialize
(
portal
Portal
)
error
feat: bare bones s5 support, and more dynamic loading of subsystems
2024-01-12 04:13:10 +00:00
Start
(
)
error
feat: initial new portal bones
2024-01-12 00:11:53 +00:00
}