package
0.0.0-20230809193426-cb5aa1e4d207
Repository: https://github.com/albitko/secrets-armgour.git
Documentation: pkg.go.dev

# Constants

Binary const for switch case by data type.
Card const for switch case by data type.
Credentials const for switch case by data type.
Text const for switch case by data type.

# Variables

ErrInvalidCredentials - error for database when user pass invalid credentials.
ErrLoginAlreadyInUse - error for database when user already registered.

# Structs

CliSecrets - config for auth data stored in .token.
CutBinary - shorten user binary data stored in service for list command representation.
CutCard - shorten user card data stored in service for list command representation.
CutCredentials - shorten user credentials data stored in service for list command representation.
CutText - shorten user text data stored in service for list command representation.
UserAuth - user auth data for login and register.
UserBinary - user binary full data stored in service.
UserCard - user card full data stored in service.
UserCredentials - full user credentials data.
UserText - full user text data.