apresentacao

package
v0.0.0-...-1b9a1b0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 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 AuthDTO

type AuthDTO struct {
	AcessToken string `json:"access_token"`
}

func NewAuthDTO

func NewAuthDTO(accessToken string) *AuthDTO

type ClienteDTO

type ClienteDTO struct {
	CPF    string `json:"cpf"`
	ID     string `json:"id"`
	Nome   string `json:"nome"`
	Email  string `json:"email"`
	Status string `json:"status"`
}

func NewClienteDTO

func NewClienteDTO(id, cpf, nome, email, status string) *ClienteDTO

Jump to

Keyboard shortcuts

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