MCPcopy Index your code
hub / github.com/DoNewsCode/core / serveModule

Struct serveModule

serve.go:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47var _ CommandProvider = (*serveModule)(nil)
48
49type serveModule struct {
50 in serveIn
51}
52
53func (s serveModule) ProvideCommand(command *cobra.Command) {
54 command.AddCommand(newServeCmd(s.in))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected