Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flag (0.14 sec)

  1. cmd/admin-handlers-users_test.go

    	"github.com/minio/pkg/v2/env"
    )
    
    const (
    	testDefaultTimeout = 30 * time.Second
    )
    
    // API suite container for IAM
    type TestSuiteIAM struct {
    	TestSuiteCommon
    
    	ServerTypeDescription string
    
    	// Flag to turn on tests for etcd backend IAM
    	withEtcdBackend bool
    
    	endpoint string
    	adm      *madmin.AdminClient
    	client   *minio.Client
    }
    
    func newTestSuiteIAM(c TestSuiteCommon, withEtcdBackend bool) *TestSuiteIAM {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Feb 12 16:36:16 GMT 2024
    - 45.7K bytes
    - Viewed (0)
Back to top