introspection

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []*common.CliCommand{
	common.NewCliCommand(
		"version",
		"Prints out CLI and API version information",
		"",
		func(args []string, conn *grpc.ClientConn) (exits.ExitCode, error) {
			client := pb.NewIntrospectionServiceClient(conn)
			Version(client)
			return exits.SUCCESS, nil
		},
	),
}

Functions

func Version

func Version(client pb.IntrospectionServiceClient)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL