Documentation ¶
Index ¶
- Variables
- func AddAdmin(ctx *gin.Context)
- func AddUser(ctx *gin.Context)
- func AdminRoomPassword(ctx *gin.Context)
- func AdminSettings(ctx *gin.Context)
- func AdminUserPassword(ctx *gin.Context)
- func AdminUsername(ctx *gin.Context)
- func ApprovePendingRoom(ctx *gin.Context)
- func ApprovePendingUser(ctx *gin.Context)
- func BanRoom(ctx *gin.Context)
- func BanUser(ctx *gin.Context)
- func ChangeCurrentMovie(ctx *gin.Context)
- func CheckRoom(ctx *gin.Context)
- func ClearMovies(ctx *gin.Context)
- func CreateRoom(ctx *gin.Context)
- func CurrentMovie(ctx *gin.Context)
- func DelMovie(ctx *gin.Context)
- func DeleteAdmin(ctx *gin.Context)
- func DeleteRoom(ctx *gin.Context)
- func DeleteUser(ctx *gin.Context)
- func EditAdminSettings(ctx *gin.Context)
- func EditMovie(ctx *gin.Context)
- func GetPageAndPageSize(ctx *gin.Context) (int, int, error)
- func GetPageItems[T any](ctx *gin.Context, items []T) ([]T, error)
- func GetRoomUsers(ctx *gin.Context)
- func GetUserRooms(ctx *gin.Context)
- func Init(e *gin.Engine)
- func JoinLive(ctx *gin.Context)
- func LoginRoom(ctx *gin.Context)
- func LoginUser(ctx *gin.Context)
- func LogoutUser(ctx *gin.Context)
- func Me(ctx *gin.Context)
- func MovieList(ctx *gin.Context)
- func Movies(ctx *gin.Context)
- func NewPublishKey(ctx *gin.Context)
- func NewWSMessageHandler(u *op.User, r *op.Room) func(c *websocket.Conn) error
- func NewWebSocketHandler(wss *utils.WebSocket) gin.HandlerFunc
- func ProxyMovie(ctx *gin.Context)
- func PushMovie(ctx *gin.Context)
- func PushMovies(ctx *gin.Context)
- func RoomHotList(ctx *gin.Context)
- func RoomList(ctx *gin.Context)
- func RoomSetting(ctx *gin.Context)
- func RoomUsers(ctx *gin.Context)
- func Rooms(ctx *gin.Context)
- func SetRoomPassword(ctx *gin.Context)
- func SetRoomSetting(ctx *gin.Context)
- func SetUserPassword(ctx *gin.Context)
- func SetUsername(ctx *gin.Context)
- func Settings(ctx *gin.Context)
- func SwapMovie(ctx *gin.Context)
- func UnBanRoom(ctx *gin.Context)
- func UnBanUser(ctx *gin.Context)
- func UserBindProviders(ctx *gin.Context)
- func UserRooms(ctx *gin.Context)
- func Users(ctx *gin.Context)
- type FormatErrNotSupportFileType
- type FormatErrNotSupportPosition
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AdminRoomPassword ¶ added in v0.3.0
func AdminSettings ¶ added in v0.3.0
func AdminUserPassword ¶ added in v0.3.0
func AdminUsername ¶ added in v0.3.0
func ApprovePendingRoom ¶ added in v0.3.0
func ApprovePendingUser ¶ added in v0.3.0
func ChangeCurrentMovie ¶
func ClearMovies ¶
func CreateRoom ¶ added in v0.3.0
func CurrentMovie ¶
func DeleteAdmin ¶ added in v0.3.0
func DeleteRoom ¶
func DeleteUser ¶ added in v0.3.0
func EditAdminSettings ¶ added in v0.3.0
func GetPageAndPageSize ¶ added in v0.3.0
func GetRoomUsers ¶ added in v0.3.0
func GetUserRooms ¶ added in v0.3.0
func LogoutUser ¶ added in v0.3.0
func NewPublishKey ¶
func NewWSMessageHandler ¶
func NewWebSocketHandler ¶
func NewWebSocketHandler(wss *utils.WebSocket) gin.HandlerFunc
func ProxyMovie ¶
func PushMovies ¶ added in v0.3.0
func RoomHotList ¶ added in v0.3.0
func RoomSetting ¶ added in v0.3.0
func SetRoomPassword ¶ added in v0.3.0
func SetRoomSetting ¶ added in v0.3.0
func SetUserPassword ¶
func SetUsername ¶ added in v0.3.0
func UserBindProviders ¶ added in v0.3.0
Types ¶
type FormatErrNotSupportFileType ¶
type FormatErrNotSupportFileType string
func (FormatErrNotSupportFileType) Error ¶
func (e FormatErrNotSupportFileType) Error() string
type FormatErrNotSupportPosition ¶
type FormatErrNotSupportPosition string
func (FormatErrNotSupportPosition) Error ¶
func (e FormatErrNotSupportPosition) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.