package
1.3.25
Repository: https://github.com/skycoin/skywire.git
Documentation: pkg.go.dev

# Functions

DecodeUser decodes the user from bytes.
NewBoltUserStore creates a new BoltUserStore.
NewSingleUserStore creates a new SingleUserStore with provided username and UserStore.
NewUserManager creates a new UserManager.

# Variables

Errors associated with user management.
Errors returned by UserStore.
Errors associated with user management.
Errors associated with user management.
Errors associated with user management.
Errors returned by UserStore.
Errors returned by UserStore.
Errors associated with user management.
Errors associated with user management.
Errors returned by UserStore.
Errors returned by UserStore.
Errors associated with user management.

# Structs

BoltUserStore implements UserStore, storing users in a bbolt database file.
Session represents a user session.
SingleUserStore implements UserStore while enforcing only having a single user.
User represents a user of the hypervisor.
UserManager manages the users and sessions.

# Interfaces

UserStore stores users.