package
0.0.0-20231014214933-bf83fb330073
Repository: https://github.com/skyrin/go-lib.git
Documentation: pkg.go.dev

# Functions

CredentialGet performs select.
CredentialGetByID returns the deployment with the specified code.
DataGet performs select.
DataGetByObjectID returns record associated with the object id, must also include the app code, app core id and data type to be unique.
DataSetStatus set the status for the specified data record.
DataSetStatusProcessed set all records that are processing to processed.
DataSetStatusProcessing set all records that are pending to processing.
DataUpsert upserts the record and only updates an existing record if the hash has changed or if the deleted flag has changed.
DeploymentGet performs select.
DeploymentGetByCode returns the deployment with the specified code.
DeploymentGrantGet performs select.
DeploymentGrantGetByToken returns the deployment with the specified token.
DeploymentGrantInsert performs insert.
DeploymentGrantPurgeByExpiredRefreshToken purges all grants where the refresh token has expired and is no longer useable (the token should have expired as well at this point because refresh tokens are periodically updated when fetching new tokens).
DeploymentGrantPurgeByToken purges a record by the token.
DeploymentGrantUpdate performs update, setting token/refresh token (and expiries).
DeploymentUpdate performs update, setting token/refresh token (and expiries).

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

UserGetParam model.
DataGetParam model.
UserGetParam model.
DeploymentGrantGetParam get params.
DeploymentGrantInsertParam insert params.
DeploymentGrantUpdateParam update params.
UserUpdateParam model.