api

package
v0.0.0-...-f610a31 Latest Latest
Warning

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

Go to latest
Published: May 30, 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 CreateEmployeeRequest

type CreateEmployeeRequest struct {
	Name string `json:"name" validate:"required,gt=3,lt=50,alphanumunicode|printascii"`
	City string `json:"city" validate:"required,gt=4,lt=30,alphanumunicode|printascii"`
}

type EmployeeResponse

type EmployeeResponse struct {
	ID   int    `json:"id"`
	Name string `json:"name"`
	City string `json:"city"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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