users

package
v0.0.0-...-b5ce554 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FitterListUsers

type FitterListUsers struct {
	FullName     string
	Phone_number string
	Gender       string
	Page         int64
	Per_page     int64
}

type FitterReadUsers

type FitterReadUsers struct {
	FullName string
	Id       int32
}

type ListResponseUsers

type ListResponseUsers struct {
	Id          int32
	FullName    string
	Address     string
	PhoneNumber string
	Gender      string
}

type ReadResponseUsers

type ReadResponseUsers struct {
	Id          int32
	FullName    string
	Address     string
	PhoneNumber string
	Gender      string
}

type Request

type Request struct {
	FirstName   string
	LastName    string
	Address     string
	PhoneNumber string
	Gender      string
}

Jump to

Keyboard shortcuts

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