beeperauth

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DomainForEnv

func DomainForEnv(env string) (string, error)

func EnvNames

func EnvNames() []string

func Save

func Save(path string, cfg Config) error

Types

type Config

type Config struct {
	Env      string `json:"env"`
	Domain   string `json:"domain"`
	Username string `json:"username"`
	Token    string `json:"token"`
}

func Load

func Load(store Store) (Config, error)

func Login

func Login(ctx context.Context, params LoginParams) (Config, error)

func ResolveFromEnvOrStore

func ResolveFromEnvOrStore(store Store) (Config, error)

type LoginParams

type LoginParams struct {
	Env               string
	Email             string
	Code              string
	DeviceDisplayName string
	Prompt            func(string) (string, error)
}

type Store

type Store struct {
	Path         string
	MissingError func() error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL