types

package
v2.0.0-...-f116a61 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdServer = &cobra.Command{
	Use:   "types",
	Short: "Generate the proto Server implementations",
	Long:  "Generate the proto Server implementations. Example: kratos proto types api/xxx.proto -target-dir=internal/service",
	Run:   run,
}

CmdServer the service command.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name     string
	Type     string
	Repeated bool
}

type Message

type Message struct {
	Name   string
	Fields []*Field
}

type Msg

type Msg struct {
	Package  string
	Source   string
	Packages []string
	Messages []*Message
}

Jump to

Keyboard shortcuts

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