MCPcopy Create free account
hub / github.com/arshamalh/dockeroller / Queue

Struct Queue

entities/queue.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Queue struct {
18 Length int
19 head *Node
20 tail *Node
21}
22
23// Add to the end, remove from the beginning
24func NewQueue() *Queue {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected