Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for scrolled (0.17 sec)

  1. finisher_api.go

    // arbitrary number of commands in fc within a transaction. On success the changes are committed; if an error occurs
    // they are rolled back.
    func (db *DB) Transaction(fc func(tx *DB) error, opts ...*sql.TxOptions) (err error) {
    	panicked := true
    
    	if committer, ok := db.Statement.ConnPool.(TxCommitter); ok && committer != nil {
    		// nested transaction
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Fri Jan 12 08:42:21 GMT 2024
    - 22.7K bytes
    - Viewed (0)
  2. istioctl/pkg/waypoint/waypoint.go

    				if err != nil {
    					return fmt.Errorf("failed to check if namespace is labeled ambient: %v", err)
    				}
    				if !namespaceIsLabeledAmbient {
    					fmt.Fprintf(cmd.OutOrStdout(), "Warning: namespace is not enrolled in ambient. Consider running\t"+
    						"`"+"kubectl label namespace %s istio.io/dataplane-mode=ambient"+"`\n", ns)
    				}
    			}
    			gw, err := makeGateway(true)
    			if err != nil {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Wed May 01 16:16:40 GMT 2024
    - 15.2K bytes
    - Viewed (0)
Back to top