addresses

package
v0.0.0-...-bbe1140 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateAddress

func CreateAddress(c *fiber.Ctx) error

CreateAddress ...

func DestroyAddress

func DestroyAddress(c *fiber.Ctx) error

DestroyAddress ...

func FindAddress

func FindAddress(c *fiber.Ctx) error

FindAddress ...

func UpdateAddress

func UpdateAddress(c *fiber.Ctx) error

UpdateAddress ...

Types

type Addresses

type Addresses struct {
	ID      string `json:"id"`
	Name    string `json:"name"`
	Street  string `json:"street"`
	Zip     string `json:"zip"`
	City    string `json:"city"`
	Country string `json:"country"`
	UserID  string `json:"userId"`
}

Jump to

Keyboard shortcuts

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