Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CrudHandler ¶
type CrudHandler interface {
Handle(action string, raw json.RawMessage) (any, error)
}
func CrudByName ¶
func CrudByName(s *postgresql.Store, name string) CrudHandler
type Event ¶
type Event struct {
Type string `json:"type"`
Data json.RawMessage `json:"data"`
Tf EventTf `json:"tf"`
}
Click to show internal directories.
Click to hide internal directories.