Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for csrsigner (0.06 seconds)

  1. generics.go

    	Table(name string, args ...interface{}) CreateInterface[T]
    	Create(ctx context.Context, r *T) error
    	CreateInBatches(ctx context.Context, r *[]T, batchSize int) error
    	Set(assignments ...clause.Assigner) SetCreateOrUpdateInterface[T]
    }
    
    type ChainInterface[T any] interface {
    	ExecInterface[T]
    	Scopes(scopes ...func(db *Statement)) ChainInterface[T]
    	Where(query interface{}, args ...interface{}) ChainInterface[T]
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:34:24 GMT 2026
    - 26K bytes
    - Click Count (0)
Back to Top