MCPcopy Create free account
hub / github.com/opencloud-eu/opencloud / Version

Function Version

services/postprocessing/pkg/command/version.go:9–18  ·  view source on GitHub ↗

Version prints the service versions of all running instances.

(cfg *config.Config)

Source from the content-addressed store, hash-verified

7
8// Version prints the service versions of all running instances.
9func Version(cfg *config.Config) *cobra.Command {
10 return &cobra.Command{
11 Use: "version",
12 Short: "print the version of this binary and the running extension instances",
13 RunE: func(cmd *cobra.Command, args []string) error {
14 // not implemented
15 return nil
16 },
17 }
18}

Callers 1

GetCommandsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected