Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateFieldsGeneric ¶
type UpdateFieldsGeneric struct {
// contains filtered or unexported fields
}
func NewUpdateFieldsGeneric ¶
func NewUpdateFieldsGeneric(ctx specifications.Context, spec *specifications.Specification) (generic *UpdateFieldsGeneric, err error)
func (*UpdateFieldsGeneric) Render ¶
func (generic *UpdateFieldsGeneric) Render(ctx specifications.Context, w io.Writer, fields []specifications.FieldValue, cond specifications.Condition) (method specifications.Method, arguments []any, err error)
type UpdateGeneric ¶
type UpdateGeneric struct {
// contains filtered or unexported fields
}
func NewUpdateGeneric ¶
func NewUpdateGeneric(ctx specifications.Context, spec *specifications.Specification) (generic *UpdateGeneric, err error)
func (*UpdateGeneric) Render ¶
func (generic *UpdateGeneric) Render(_ specifications.Context, w io.Writer) (method specifications.Method, fields []string, err error)
Click to show internal directories.
Click to hide internal directories.