account

package
v1.0.0-gitspaces-beta Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterLogin

func RegisterLogin(app *kingpin.Application)

RegisterLogin helper function to register the logout command.

func RegisterLogout

func RegisterLogout(app *kingpin.Application)

RegisterLogout helper function to register the logout command.

func RegisterRegister

func RegisterRegister(app *kingpin.Application)

RegisterRegister helper function to register the register command.

Types

type Session

type Session interface {
	SetURI(uri string) session.Session
	SetExpiresAt(expiresAt int64) session.Session
	SetAccessToken(token string) session.Session
	Path() string
	Store() error
}

Jump to

Keyboard shortcuts

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