Versions in this module Expand all Collapse all v0 v0.0.1 Mar 24, 2023 Changes in this version + func TmpDirFile(size int64) (dir string, fn string, err kv.Error) + type MinioCfgJson struct + Browser string + Cache struct{ ... } + Credential struct{ ... } + Domain string + Region string + Storageclass struct{ ... } + Version string + Worm string + type MinioTestServer struct + AccessKeyId string + Address string + Client *minio.Client + ProcessState *os.ProcessState + Ready atomic.Bool + SecretAccessKeyId string + func InitTestingMinio(ctx context.Context, retainWorkingDirs bool) (mts *MinioTestServer, errC chan kv.Error) + func NewMinioTest() (minioTest *MinioTestServer) + func (mts *MinioTestServer) IsAlive(ctx context.Context) (alive bool, err kv.Error) + func (mts *MinioTestServer) RemoveBucketAll(bucket string) (errs []kv.Error) + func (mts *MinioTestServer) SetPublic(bucket string) (err kv.Error) + func (mts *MinioTestServer) Upload(bucket string, key string, file string) (err kv.Error) + func (mts *MinioTestServer) UploadTestFile(bucket string, key string, size int64) (err kv.Error)