ping

package
v0.0.0-...-cfbb22e Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ping

type Ping struct {
	// contains filtered or unexported fields
}

func Initialize

func Initialize(db *sqlx.DB) Ping

func New

func New(db *sqlx.DB, pdb PingDB) Ping

New creates new password application service

func (Ping) Create

func (p Ping) Create(c echo.Context, ping authapi.Ping) error

Change changes user's password

type PingDB

type PingDB interface {
	Create(sqlx.DB, authapi.Ping) error
}

type Service

type Service interface {
	Create(echo.Context, authapi.Ping) error
}

Directories

Path Synopsis
platform

Jump to

Keyboard shortcuts

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