jhunters / bigqueue

Golang implements for BigQueue
Apache License 2.0
57 stars 23 forks source link

Status method return CanGC status #16

Open jhunters opened 3 years ago

jhunters commented 3 years ago

Follow is returned struct

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