server

package
v1.0.14 Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2021 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package server Vulcan

The Vulcan is an users' wallets creator.

Schemes: https
BasePath: /v1
Version: 1.0.0

Produces:
- application/json
Consumes:
- application/json

swagger:meta

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupRouter

func SetupRouter(s service.Service, sup supply.Supply, r chi.Router, timeout time.Duration)

SetupRouter setups handlers to chi router.

Types

type ConfirmRequest

type ConfirmRequest struct {
	Email string `json:"email"`
	Code  string `json:"code"`
}

ConfirmRequest ... swagger:model

type EmptyResponse

type EmptyResponse struct{}

EmptyResponse ... swagger:model

type RegisterRequest

type RegisterRequest struct {
	// required: true
	Email   strfmt.Email `json:"email"`
	Address string       `json:"address"`
}

RegisterRequest ... swagger:model

Jump to

Keyboard shortcuts

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