mirror of
https://github.com/zoriya/vex.git
synced 2026-08-16 02:44:55 +00:00
9 lines
108 B
Go
9 lines
108 B
Go
package main
|
|
|
|
import huh "github.com/charmbracelet/huh"
|
|
|
|
type Auth struct {
|
|
form *huh.Form
|
|
jwt *string
|
|
}
|