Documentation
¶
Index ¶
Constants ¶
View Source
const ( Local = "local" Oss = "oss" Qi = "qi" Minio = "minio" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DriverType ¶
type DriverType[T Driver] struct { // contains filtered or unexported fields }
func NewFileDriverType ¶
func NewFileDriverType[T Driver](driver T) DriverType[T]
func (DriverType[T]) Data ¶
func (d DriverType[T]) Data() T
Click to show internal directories.
Click to hide internal directories.