Versions in this module Expand all Collapse all v1 v1.0.0 Nov 10, 2019 Changes in this version + type Repo struct + func New() *Repo + func (r Repo) Create(name string, pw, tfa []byte) (*schema.User, error) + func (r Repo) Delete(name string) error + func (r Repo) Get(username string) (schema.User, error) + func (r Repo) GetAll() ([]schema.User, error)