domain

package
v0.0.17 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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditField added in v0.0.12

type AuditField struct {
	Value       string
	Description string
}

func NewAuditField added in v0.0.12

func NewAuditField(value string, description string) *AuditField

type Auditable

type Auditable interface {
	GetInternalTypeName() string
	GetTypeName() string
	GetTypeDescription() string
	GetInstanceID() string
	GetInstanceName() string

	HashCode() uint32
	// ToAuditMap build map, key - field name, value - field value + field description (look for AuditField structure)
	ToAuditMap() map[string]*AuditField
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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