package
Version:
v0.0.0-...-1eebd2c
Opens a new window with list of versions in this module.
Published: Dec 1, 2023
License: EUPL-1.2
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IDer interface {
GetID() uuid.UUID
}
type Pagination struct {
}
type Response[T any] struct {
Data []T `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.