model

package
v0.0.0-...-860ddd4 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2016 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Country

type Country struct {
	Code         string         `json:"code" sql:"country_code"`
	Name         string         `json:"name,omitempty" sql:"country_name"`
	Phonenumbers []*Phonenumber `json:"phonenumbers,omitempty"`
}

Country is the struct that define the return of the database and the formated JSON output

type Phonenumber

type Phonenumber struct {
	Category    string `json:"category" sql:"category_name"`
	Phonenumber string `json:"number" sql:"phone_number"`
	Country     string `json:"-" sql:"country_code"`
}

Phonenumber is the struct that define the return of the database and the formated JSON output

type Response

type Response struct {
	Countries []*Country `json:"countries"`
	Language  string     `json:"language,omitempty"`
}

Response is the struct that define the return of the database and the formated JSON output

Jump to

Keyboard shortcuts

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