package
0.0.0-20240827100731-3751c97d515c
Repository: https://github.com/opencomputeproject/osf-osfci.git
Documentation: pkg.go.dev

# Functions

CheckPasswordHash checks given password.
CheckURLExists handles checks ia URL exists.
Debugf interface impl.
Errorf interface impl.
Fatalf interface impl.
GenerateAccountACKLink generates account verification link.
GenerateAuthToken creates auth token for created user.
No description provided by the author
HashPassword gets hash from password.
HTTPDeleteRequest handles Delete request to backend.
HTTPGetBody handles request body for redirects.
HTTPGetRequest handles some HTTP request Get request to the storage backend.
HTTPPutRequest handles Put request to the storage backend.
Infof interface impl.
No description provided by the author
NewLogger returns an instance of logger.
Panicf interface impl.
Request handler.
SendEmail provides email function for varied interactions.
No description provided by the author
No description provided by the author
No description provided by the author
Warnf interface impl.

# Constants

Debug for verbose logging.
Error for error logs.
Fatal is for logging fatal messages.
Info for info logging.
InstanceZapLogger for instance.
Warn for warning logs.

# Variables

MaxAge defines cookie expiration.
No description provided by the author
No description provided by the author
Zlog A global variable so that log functions can be directly accessed.

# Structs

Configuration stores the config for the logger.
No description provided by the author
User structure holds authorized users details.

# Interfaces

Logger interface.

# Type aliases

Fields Type to pass when we want to call WithFields for structured logging.