app

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PX500Channel = make(chan *Px500, 1000)

Functions

func Run

func Run(apps ...Register)

Types

type Example

type Example struct {
	Tel  string
	Code string
}

func (*Example) Register

func (p *Example) Register()

type IsExist

type IsExist struct {
	Message  string `json:"message"`
	UserName string `json:"userName"`
	IsExist  bool   `json:"isExist"`
	Status   string `json:"status"`
}

type Px500

type Px500 struct {
	Tel  string
	Code string
}

func (*Px500) Register

func (p *Px500) Register()

type Register

type Register interface {
	Register()
}

type SendCodeResp

type SendCodeResp struct {
	Flag    bool   `json:"flag"`
	Phone   string `json:"phone"`
	Message string `json:"message"`
	Status  string `json:"status"`
}

Jump to

Keyboard shortcuts

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