dto

package
v0.9.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePasswordDTO

type ChangePasswordDTO struct {
	OldPassword string `json:"old_password"`
	NewPassword string `json:"new_password"`
}

type CreateWithdrawalSettingDTO

type CreateWithdrawalSettingDTO struct {
	Address    string `json:"address" validate:"required"`
	MinAmount  string `json:"min_amount" validate:"required"`
	CurrencyID string `json:"currency_id" validate:"required"`
	Chain      string `json:"chain" validate:"required"`
}

type LogDTO added in v0.9.6

type LogDTO struct {
	Level   string `json:"level"`
	Message string `json:"message"`
	Time    string `json:"time"`
	Fields  string `json:"fields"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL