chat

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

cadena de contenido entre servidor y clientes

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MSJ

type MSJ struct {
	Estatus     bool   `json:"estatus"` //true: Exitoso | false: Ocurrio un Error
	Tipo        string `json:"tipo" `
	Numero      string `json:"numero"`
	Descripcion string `json:"descripcion"`
}

MSJ mensajes

type OBJMsj

type OBJMsj struct {
	MSJ `json:"msj"`
}

OBJMsj mensajes

type OBJRespuesta

type OBJRespuesta struct {
	MSJ     `json:"msj"`
	Persona interface{} `json:"persona"`
}

OBJRespuesta respuestas

type WChat

type WChat struct {
	Tipo   int       `json:"tipo,omitempty"`
	De     string    `json:"de,omitempty"`
	Para   string    `json:"para,omitempty"`
	Msj    string    `json:"msj"`
	Tiempo time.Time `json:"tiempo"`
}

WChat el Chat

type WSocket

type WSocket struct {
	Listado interface{} `json:"lst,omitempty"`
	Usuario interface{} `json:"usu,omitempty"`
	Mensaje string      `json:"msj"`
	Tipo    int         `json:"tipo"`
}

WSocket conexion para chat y sistema

Jump to

Keyboard shortcuts

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