Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringQueue ¶
type StringQueue struct {
// contains filtered or unexported fields
}
func NewStringQueue ¶
func NewStringQueue() *StringQueue
func (*StringQueue) Add ¶
func (UploadQueue *StringQueue) Add(path string)
func (*StringQueue) GetQueue ¶
func (UploadQueue *StringQueue) GetQueue() []string
func (*StringQueue) Len ¶
func (UploadQueue *StringQueue) Len() int
func (*StringQueue) PopTopOfQueue ¶ added in v0.0.2
func (UploadQueue *StringQueue) PopTopOfQueue() (bool, string)
Click to show internal directories.
Click to hide internal directories.