Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ValidCurrency validator.Func = func(fl validator.FieldLevel) bool { if currency, ok := fl.Field().Interface().(string); ok { return utils.IsSupportedCurrency(currency) } return false }
Functions ¶
This section is empty.
Types ¶
type CreateUserRequest ¶
type LoginUserRequest ¶
type LoginUserResponse ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateUser ¶
Click to show internal directories.
Click to hide internal directories.