Feat: styles and session
This commit is contained in:
10
handlers/actions.go
Normal file
10
handlers/actions.go
Normal file
@ -0,0 +1,10 @@
|
||||
package handlers
|
||||
|
||||
import (
|
||||
"context"
|
||||
"golias/models"
|
||||
)
|
||||
|
||||
func createRoom(ctx context.Context, req *models.RoomReq) (*models.RoomPublic, error) {
|
||||
return nil, nil
|
||||
}
|
Reference in New Issue
Block a user