MCPcopy
hub / github.com/nats-io/nats.go / configureListObjects

Method configureListObjects

object.go:1139–1139  ·  view source on GitHub ↗
(opts *listObjectOpts)

Source from the content-addressed store, hash-verified

1137
1138type ListObjectsOpt interface {
1139 configureListObjects(opts *listObjectOpts) error
1140}
1141type listObjectOpts struct {
1142 ctx context.Context

Callers 1

ListMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected