Documentation ¶ Index ¶ func NewClient(t testing.TB, srv *TestServer) *minio.Client type TestServer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewClient ¶ func NewClient(t testing.TB, srv *TestServer) *minio.Client Types ¶ type TestServer ¶ type TestServer struct { // Endpoint is the host:port, used by minio-go. Endpoint string // URL is the full base URL (scheme://host:port), used by aws-sdk-go-v2. URL string } Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.