all: rename functions, deprecate old ones

Rename get_by_* to user_by_* and get_all to users. users() now can return errors.
This commit is contained in:
ge
2026-03-18 15:46:31 +03:00
parent 326d93714a
commit bdaaaaae58
3 changed files with 32 additions and 8 deletions

2
v.mod
View File

@@ -1,7 +1,7 @@
Module {
name: 'pwd'
description: 'Access to the UNIX password database'
version: '0.1.0'
version: '0.2.0'
license: 'Unlicense'
dependencies: []
}