- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SetCreateOrUpdateInterface (0.08 sec)
-
generics.go
type SetUpdateOnlyInterface[T any] interface { Update(ctx context.Context) (rowsAffected int, err error) } // SetCreateOrUpdateInterface is returned by Set at start; Create or Update are allowed type SetCreateOrUpdateInterface[T any] interface { Create(ctx context.Context) error Update(ctx context.Context) (rowsAffected int, err error) } type ExecInterface[T any] interface {
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Nov 02 14:09:18 UTC 2025 - 25.9K bytes - Viewed (0)