mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
server code 4/27
This commit is contained in:
@@ -17,3 +17,9 @@ type ControllerV1 struct{}
|
||||
func NewV1() dance.IDanceV1 {
|
||||
return &ControllerV1{}
|
||||
}
|
||||
|
||||
type ControllerV2 struct{}
|
||||
|
||||
func NewV2() dance.IDanceV2 {
|
||||
return &ControllerV2{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user