muser

package
v0.0.0-...-36d6306 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProviderType

type ProviderType int8
var (
	Unknown    ProviderType = 0
	NoProvider ProviderType = 1
	MagicLink  ProviderType = 2
	Google     ProviderType = 3
	Local      ProviderType = 16
)

type User

type User struct {
	Email        string
	Name         string
	Image        *string
	ProviderID   *string
	ExternalID   *string
	Password     []byte
	ProviderType ProviderType
	Status       UserStatus
	ID           idwrap.IDWrap
}

type UserStatus

type UserStatus int8
var (
	Active  UserStatus = 0
	Pending UserStatus = 1
	Blocked UserStatus = 2
)

Jump to

Keyboard shortcuts

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