Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugins = []plugin.Plugin{ &MotrPlugin{}, }
Functions ¶
This section is empty.
Types ¶
type MotrConfig ¶
type MotrConfig struct {
// contains filtered or unexported fields
}
func (*MotrConfig) DiskSpec ¶
func (mc *MotrConfig) DiskSpec() fsrepo.DiskSpec
type MotrPlugin ¶
type MotrPlugin struct{}
func (MotrPlugin) DatastoreConfigParser ¶
func (mp MotrPlugin) DatastoreConfigParser() fsrepo.ConfigFromMap
func (MotrPlugin) DatastoreTypeName ¶
func (MotrPlugin) DatastoreTypeName() string
func (MotrPlugin) Init ¶
func (MotrPlugin) Init(env *plugin.Environment) error
func (MotrPlugin) Name ¶
func (MotrPlugin) Name() string
func (MotrPlugin) Version ¶
func (MotrPlugin) Version() string
Click to show internal directories.
Click to hide internal directories.