generated

package
v0.0.1-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: GPL-3.0 Imports: 2 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ICreateEntity

type ICreateEntity interface {
	GetName() string
}

type IEntity

type IEntity interface {
	GetID() uuid.UUID
	GetName() string
	GetDisplayName() string
	GetDescription() string
	GetUpdatedAt() time.Time
	GetCreatedAt() time.Time
	ToJson() ([]byte, error)
	JsonToString() (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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