package
Version:
v0.0.0-...-e1a70cd
Opens a new window with list of versions in this module.
Published: Mar 1, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Class[T any] struct {
Data *T `json:"data"`
Error dto.ServiceError `json:"error"`
PreWriteHook func(*T) `json:"-"`
}
func (c *Class[T]) WithPrewriteHook(hook func(*T)) *Class[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.