Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnbanWindow ¶
type UnbanWindow struct {
// contains filtered or unexported fields
}
func New ¶
func New(unbanRequestService unbanRequestService, keymap save.KeyMap, broadcasterChannel, broadcasterID, moderatorID string, height, width int) *UnbanWindow
func (*UnbanWindow) Init ¶
func (u *UnbanWindow) Init() tea.Cmd
func (*UnbanWindow) SetHeight ¶
func (u *UnbanWindow) SetHeight(height int)
func (*UnbanWindow) SetWidth ¶
func (u *UnbanWindow) SetWidth(width int)
func (*UnbanWindow) Update ¶
func (u *UnbanWindow) Update(msg tea.Msg) (*UnbanWindow, tea.Cmd)
func (*UnbanWindow) View ¶
func (u *UnbanWindow) View() string
Click to show internal directories.
Click to hide internal directories.