bigqueue icon indicating copy to clipboard operation
bigqueue copied to clipboard

Status method return CanGC status

Open jhunters opened this issue 4 years ago • 0 comments

Follow is returned struct

type QueueFileInfo struct {
	Name      string
	Path      string
	Size      int64
	FileIndex int64
	CanGC     bool
}

jhunters avatar Jul 21 '21 07:07 jhunters