MCPcopy
hub / github.com/0xERR0R/blocky / OpenAPIInterfaceImpl

Struct OpenAPIInterfaceImpl

api/api_interface_impl.go:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79type OpenAPIInterfaceImpl struct {
80 control BlockingControl
81 querier Querier
82 refresher ListRefresher
83 cacheControl CacheControl
84 stats StatsProvider
85}
86
87func NewOpenAPIInterfaceImpl(control BlockingControl,
88 querier Querier,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected