Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponse struct {
Success bool `json:"success"`
Data any `json:"data,omitempty"`
Error string `json:"error,omitempty"`
}
APIResponse is the standard response format.
type Manager ¶
type Manager interface {
forma.EntityWriter
forma.EntityReader
forma.EntityBatchOperator
}
Click to show internal directories.
Click to hide internal directories.