dto

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditInstanceDTO

type AuditInstanceDTO struct {
	TypeName   string `json:"type_name,omitempty"`
	InstanceID string `json:"instance_id,omitempty"`
	Limit      int    `json:"limit,omitempty"`
	Offset     int    `json:"offset,omitempty"`

} // @name AuditInstanceDTO

type AuditPeriodDTO

type AuditPeriodDTO struct {
	From   time.Time `json:"from,omitempty"`
	Till   time.Time `json:"till,omitempty"`
	Limit  int       `json:"limit,omitempty"`
	Offset int       `json:"offset,omitempty"`

} // @name AuditPeriodDTO

type AuditUserDTO

type AuditUserDTO struct {
	Username string `json:"username,omitempty"`
	Limit    int    `json:"limit,omitempty"`
	Offset   int    `json:"offset,omitempty"`

} // @name AuditUserDTO

type AuthAuditDTO

type AuthAuditDTO struct {
	ID           string    `json:"id,omitempty"`
	Source       string    `json:"source,omitempty"`
	EventDate    time.Time `json:"event_date,omitempty"`
	Event        string    `json:"event,omitempty"`
	Status       string    `json:"status,omitempty"`
	RequestID    string    `json:"request_id,omitempty"`
	TraceID      string    `json:"trace_id,omitempty"`
	Username     string    `json:"username,omitempty"`
	AccessToken  string    `json:"access_token,omitempty"`
	RefreshToken string    `json:"refresh_token,omitempty"`
	CreatedAt    time.Time `json:"created_at,omitempty"`
	UpdatedAt    time.Time `json:"updated_at,omitempty"`

} // @name AuthAuditDTO

type DataAuditDTO

type DataAuditDTO struct {
	ID               string               `json:"id,omitempty"`
	Source           string               `json:"source,omitempty"`
	EventDate        time.Time            `json:"event_date,omitempty"`
	Event            string               `json:"event,omitempty"`
	Status           string               `json:"status,omitempty"`
	RequestID        string               `json:"request_id,omitempty"`
	TraceID          string               `json:"trace_id,omitempty"`
	Username         string               `json:"username,omitempty"`
	InternalTypeName string               `json:"internal_type_name,omitempty"`
	TypeName         string               `json:"type_name,omitempty"`
	TypeDescription  string               `json:"type_description,omitempty"`
	InstanceID       string               `json:"instance_id,omitempty"`
	InstanceName     string               `json:"instance_name,omitempty"`
	Values           []*DataAuditValueDTO `json:"values,omitempty"`
	CreatedAt        time.Time            `json:"created_at,omitempty"`
	UpdatedAt        time.Time            `json:"updated_at,omitempty"`

} // @name DataAuditDTO

type DataAuditValueDTO

type DataAuditValueDTO struct {
	Name        string `json:"name"`
	Description string `json:"description"`
	Before      string `json:"before"`
	After       string `json:"after"`

} // @name DataAuditValueDTO

Jump to

Keyboard shortcuts

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