dto

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticateInput

type AuthenticateInput struct {
	Email    string
	Password string
	Context  *fiber.Ctx
}

type AuthenticateOutput

type AuthenticateOutput struct {
	Token string
}

type LogoutInput

type LogoutInput struct {
	SessionId string
}

type RegisterInput

type RegisterInput struct {
	Username string
	Email    string
	Password string
}

Jump to

Keyboard shortcuts

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