model

package
v0.0.0-...-08aca4f Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Login string `json:"login" form:"login" binding:"required"`
	Senha string `json:"senha" form:"senha" binding:"required"`
}

type Login

type Login struct {
	Uuid        uuid.UUID `json:"uuid"`
	UuidCliente uuid.UUID `json:"cliente_uuid" form:"cliente_uuid" binding:"required"`
	CpfCliente  string    `json:"cliente_cpf" form:"cliente_cpf" binding:"required"`
	Login       string    `json:"login" form:"login" binding:"required"`
	Senha       string    `json:"senha" form:"senha" binding:"required"`
}

Jump to

Keyboard shortcuts

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