request

package
v0.0.0-...-edb2fbe Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMemberRequest

type AddMemberRequest struct {
	Username  string `json:"username" binding:"required,min=4,max=32" form:"username"`
	GroupName string `json:"groupname" binding:"required,min=4,max=32" form:"groupname"`
}

type CreateGroupRequest

type CreateGroupRequest struct {
	Username         string `json:"username" binding:"required,min=4,max=32" form:"username"`
	GroupName        string `json:"groupname" binding:"required,min=4,max=32" form:"groupname"`
	GroupDescription string `json:"groupDescription" binding:"required,min=4,max=256" form:"groupDescription"`
}

type RegisterLoginRequest

type RegisterLoginRequest struct {
	Username string `json:"username" binding:"required,min=4,max=32" form:"username"`
	Password string `json:"password" binding:"required,min=4,max=32" form:"password"`
}

Jump to

Keyboard shortcuts

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