userstore

package
v0.0.0-...-b0bbb88 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SystemMinimalUser

type SystemMinimalUser struct {
	ID              uint   `json:"id" yaml:"id"`
	Username        string `json:"username" yaml:"username"`
	Email           string `json:"email" yaml:"email"`
	SelfServiceUser bool   `json:"isSelfServiceUser"`
}

type UserStore

type UserStore interface {
	GetSystemMinimalUsers() ([]SystemMinimalUser, error)
	SetPassword(id uint, password string) error
}

Jump to

Keyboard shortcuts

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