logs

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: 5 Imported by: 0

Documentation

Overview

El consumidor de recursos establece la necesidad de uso e iteraciones a las cuales el usuario se enfrenta a diario. Recurrencia

El consumidor de recursos establece la necesidad de uso e iteraciones a las cuales el usuario se enfrenta a diario. Recurrencia

Index

Constants

View Source
const (
	Irregular = 0
	Regular   = 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Anomalia

type Anomalia struct {
	Comportamiento
	// contains filtered or unexported fields
}

func (*Anomalia) Agregar

func (r *Anomalia) Agregar()

func (*Anomalia) Notificar

func (r *Anomalia) Notificar(ValorEsperado interface{})

type Comportamiento

type Comportamiento struct {
	Accion string
	// contains filtered or unexported fields
}

type Log

type Log struct {
	Id int
	Traza
}

func (*Log) Firmar

func (l *Log) Firmar()

func (*Log) Validar

func (l *Log) Validar() (b bool)

type Recurso

type Recurso struct {
	seguridad.Usuario
	// contains filtered or unexported fields
}

func (*Recurso) Agregar

func (r *Recurso) Agregar()

func (*Recurso) Calcular

func (r *Recurso) Calcular() int

func (*Recurso) Notificar

func (r *Recurso) Notificar()

type Traza

type Traza struct {
	seguridad.Usuario `json:"usuario"`
	Sistema           string    `json:"sistema"`
	Accion            string    `json:"accion"`
	Metodo            string    `json:"metodo"`
	Pregunta          string    `json:"pregunta"`
	DireccionMac      string    `json:"mac"`
	DireccionIP       string    `json:"ip"`
	CreadoEnFecha     time.Time `json:"creadoenfecha"`
	HuellaDigital     string    `json:"huelladigital"`
}

func (*Traza) Salva

func (t *Traza) Salva() error

Jump to

Keyboard shortcuts

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