All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcontainers.containers.NebulaVolume.scala Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package testcontainers.containers

import org.testcontainers.containers.BindMode

/**
 * @author
 *   梦境迷离
 * @version 1.0,2023/9/20
 */
final case class NebulaVolume(
  hostPath: String,
  containerPath: String,
  mode: BindMode
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy