Documentation ¶
Index ¶
- func Binds(ctx *gin.Context)
- func List(ctx *gin.Context)
- func Login(ctx *gin.Context)
- func Logout(ctx *gin.Context)
- func Me(ctx *gin.Context)
- func NewEmbyVendorService(room *op.Room, movie *op.Movie) (*embyVendorService, error)
- type EmbyBindsResp
- type EmbyFSListResp
- type EmbyFileItem
- type EmbyMeResp
- type ListReq
- type LoginReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmbyBindsResp ¶ added in v0.3.2
type EmbyFSListResp ¶
type EmbyFSListResp = model.VendorFSListResp[*EmbyFileItem]
type EmbyFileItem ¶
type EmbyMeResp ¶
type EmbyMeResp = model.VendorMeResp[*emby.SystemInfoResp]
Click to show internal directories.
Click to hide internal directories.