MCPcopy
hub / github.com/AlistGo/alist / Closers

Struct Closers

pkg/utils/io.go:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162type Closers struct {
163 closers []io.Closer
164}
165
166func (c *Closers) GetClosers() Closers {
167 return *c

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected