Documentation ¶
Overview ¶
Package storagetype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Fs = StorageType{"fs"} Niofs = StorageType{"niofs"} Mmapfs = StorageType{"mmapfs"} Hybridfs = StorageType{"hybridfs"} )
Functions ¶
This section is empty.
Types ¶
type StorageType ¶
type StorageType struct {
Name string
}
func (StorageType) MarshalText ¶
func (s StorageType) MarshalText() (text []byte, err error)
func (StorageType) String ¶
func (s StorageType) String() string
func (*StorageType) UnmarshalText ¶
func (s *StorageType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.