73 lines
1.0 KiB
Go
73 lines
1.0 KiB
Go
// Code generated by hertz generator.
|
|
|
|
package audioAndVideoCalls
|
|
|
|
import (
|
|
"github.com/cloudwego/hertz/pkg/app"
|
|
)
|
|
|
|
func rootMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _hellomethodMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _callMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _call0Mw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _audiocallMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _videocallMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _roomlistMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _roomremoveMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _v1Mw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _audio_callMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _video_callMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _roomMw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|
|
|
|
func _roomlist0Mw() []app.HandlerFunc {
|
|
// your code...
|
|
return nil
|
|
}
|