Documentation
¶
Index ¶
Constants ¶
View Source
const ( Quit action = iota Next Prev )
View Source
const (
DefaultFileMode = 0644
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateMediaFS ¶
type CreateMediaFS struct {
// contains filtered or unexported fields
}
func NewCreateMediaFS ¶
func NewCreateMediaFS() *CreateMediaFS
func (*CreateMediaFS) AddItem ¶
func (c *CreateMediaFS) AddItem(path string, external bool)
func (*CreateMediaFS) AddItems ¶
func (c *CreateMediaFS) AddItems(items *[]string)
func (*CreateMediaFS) CreateEmpty ¶
func (c *CreateMediaFS) CreateEmpty(name string)
func (*CreateMediaFS) Save ¶
func (c *CreateMediaFS) Save(path string)
type MediaFSFile ¶
type MediaFSFile struct {
// contains filtered or unexported fields
}
func NewMediaFSFile ¶
func NewMediaFSFile(path string) *MediaFSFile
func (*MediaFSFile) Close ¶
func (f *MediaFSFile) Close() error
func (*MediaFSFile) Items ¶
func (f *MediaFSFile) Items() []*pb.Item
func (*MediaFSFile) Name ¶
func (f *MediaFSFile) Name() string
Click to show internal directories.
Click to hide internal directories.