package
0.0.0-20241116200027-5e8c20b77fb0
Repository: https://github.com/abc-valera/netsly-golang.git
Documentation: pkg.go.dev
# Functions
CheckIfStructHasEmptyFields checks if the struct has empty fields.
ErrorCode returns the code of the root error, if available, otherwise returns Internal.
Fatal stops program execution.
Must stops program execution if err is not nil.
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
NoEmpty stops program execution if the provided value is empty/nil.
NoErr stops program execution if err is not nil.
# Constants
CodeAlreadyExists means an attempt to create an entity failed because one already exists.
CodeCanceled means the operation was canceled (either by the caller or the system).
CodeInternal means an internal error occured.
CodeInvalidArgument is a validation error.
CodeNotFound means requested entity was not found.
CodePermissionDenied indicates the caller does not have permission to execute the specified operation.
CodeUnauthenticated indicates the request does not have valid authentication credentials for the operation.
# Type aliases
No description provided by the author