refact round 3
This commit is contained in:
8
content/handler.go
Normal file
8
content/handler.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package content
|
||||
|
||||
import "bbs-server/engine"
|
||||
|
||||
// Handler is the common interface for all BBS menu handlers
|
||||
type Handler interface {
|
||||
Handle(s *engine.Session)
|
||||
}
|
||||
Reference in New Issue
Block a user