MCPcopy Create free account
hub / github.com/DoNewsCode/core / out

Struct out

leader/dependency.go:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45type out struct {
46 di.Out
47
48 Election *Election
49 Status *Status
50}
51
52func provide(option *providersOption) func(in in) (out, error) {
53 return func(in in) (out, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected