Versions in this module Expand all Collapse all v1 v1.0.0 Nov 11, 2024 Changes in this version + const StudentAccountType + const TeacherAccountType + func ValidateAccountType() func(fl validator.FieldLevel) bool + func ValidatePassword() func(fl validator.FieldLevel) bool + func ValidateUsername() func(fl validator.FieldLevel) bool + type AccountType string + type CredentialsCreateRequest struct + AccountType AccountType + Password string + Username string + func (request *CredentialsCreateRequest) Validate() error