Skip to content

Commit

Permalink
why was this exported?
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Dec 30, 2023
1 parent e63eece commit 607fa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth/rod.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ func (p RodAuth) Type() Type {
}

type rodOpts struct {
ui BrowserAuthUIExt
ui browserAuthUIExt
workspace string
}

type BrowserAuthUIExt interface {
type browserAuthUIExt interface {
BrowserAuthUI
RequestEmail(w io.Writer) (string, error)
RequestPassword(w io.Writer, account string) (string, error)
Expand Down

0 comments on commit 607fa8e

Please sign in to comment.