Move LoginView to own struct
This commit is contained in:
@ -36,6 +36,7 @@ type GomuksUI interface {
|
||||
SetView(name View)
|
||||
InitViews() tview.Primitive
|
||||
MainView() MainView
|
||||
LoginView() LoginView
|
||||
}
|
||||
|
||||
type MainView interface {
|
||||
@ -51,3 +52,7 @@ type MainView interface {
|
||||
ProcessMessageEvent(evt *gomatrix.Event) (*widget.RoomView, *types.Message)
|
||||
ProcessMembershipEvent(evt *gomatrix.Event, new bool) (*widget.RoomView, *types.Message)
|
||||
}
|
||||
|
||||
type LoginView interface {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user