Feat: login done
This commit is contained in:
9
plays/next.go
Normal file
9
plays/next.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package plays
|
||||
|
||||
import tea "github.com/charmbracelet/bubbletea"
|
||||
|
||||
type Next interface {
|
||||
Next(
|
||||
queue *[]*tea.Program,
|
||||
) error
|
||||
}
|
||||
Reference in New Issue
Block a user