teamDTO

package
v0.0.0-...-e9ec6a3 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTeamDTO

type CreateTeamDTO struct {
	Name string `validate:"required,min=3,max=100" json:"name"`
}

type QueryTeamDTO

type QueryTeamDTO struct {
	appDto.PaginationDTO
	Name string `validate:"omitempty" query:"name" pg:"operation=like" `
}

type UpdateTeamDTO

type UpdateTeamDTO struct {
	Name string `validate:"omitempty,min=3,max=100" json:"name,omitempty"`
}

Jump to

Keyboard shortcuts

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