Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LoadServiceAccount (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/peer-rest-client.go

    		peerRESTUser:     accessKey,
    		peerRESTUserTemp: strconv.FormatBool(temp),
    	}))
    	return err
    }
    
    // LoadServiceAccount - reload a specific service account.
    func (client *peerRESTClient) LoadServiceAccount(ctx context.Context, accessKey string) (err error) {
    	_, err = loadSvcActRPC.Call(ctx, client.gridConn(), grid.NewMSSWith(map[string]string{
    		peerRESTUser: accessKey,
    	}))
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 26.1K bytes
    - Click Count (0)
Back to Top