Directories
¶
| Path | Synopsis |
|---|---|
|
example
|
|
|
sdk-cli
command
|
|
|
server
command
|
|
|
main
|
|
|
example/cli/go
command
|
|
|
example/server/go
command
package main this is only used for local testing making sure that the sys-account service works locally before wiring it up to the maintemplate.
|
package main this is only used for local testing making sure that the sys-account service works locally before wiring it up to the maintemplate. |
|
service/go/pkg/pass
package pass provides password generation and verification using argon2id encoded passwords are stored in the format of: $<ARGON_ALGO (i'm using argon2id)>$<version>:$MEM,ITER,PAR:$<SALT>:$<KEY>
|
package pass provides password generation and verification using argon2id encoded passwords are stored in the format of: $<ARGON_ALGO (i'm using argon2id)>$<version>:$MEM,ITER,PAR:$<SALT>:$<KEY> |
|
service/go/pkg/superusers
Provide readonly access to superuser config specified during creation Thus the API doesn't allow creation of new superuser from it, nor does it allow deletion.
|
Provide readonly access to superuser config specified during creation Thus the API doesn't allow creation of new superuser from it, nor does it allow deletion. |
|
example/cli/go
command
|
|
|
example/server/go
command
|
|
|
sys-timespace
|
|
|
server/cmd/sync
command
|
Click to show internal directories.
Click to hide internal directories.