auth

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetToken

func GetToken(host string) (string, error)

GetToken retrieves the token for a specific host.

func Logout

func Logout(host string) error

Logout removes stored credentials for a host.

Types

type Status

type Status struct {
	Host     string
	User     string
	Token    string
	Source   string
	Active   bool
	HasError bool
	Error    string
}

Status represents the authentication status for a host.

func GetStatus

func GetStatus() ([]Status, error)

GetStatus returns the authentication status for all configured hosts.

func Login

func Login(host, token string, stdin io.Reader) (*Status, error)

Login authenticates the user with a GitLab instance.

Jump to

Keyboard shortcuts

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