Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bootstrapTraceMsgFirstTime (0.1 sec)

  1. cmd/iam-store.go

    // replaces the in-memory cache object.
    func (store *IAMStoreSys) LoadIAMCache(ctx context.Context, firstTime bool) error {
    	bootstrapTraceMsgFirstTime := func(s string) {
    		if firstTime {
    			bootstrapTraceMsg(s)
    		}
    	}
    	bootstrapTraceMsgFirstTime("loading IAM data")
    
    	newCache := newIamCache()
    
    	loadedAt := time.Now()
    
    	if iamOS, ok := store.IAMStorageAPI.(*IAMObjectStore); ok {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Oct 14 16:35:37 UTC 2024
    - 83.2K bytes
    - Viewed (0)
Back to top