graphql

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: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

CmdServer the service command.

Functions

This section is empty.

Types

type Method

type Method struct {
	Service  string
	Name     string
	Request  string
	Reply    string
	ModeType bool

	// type: unary or stream
	Type MethodType
}

Method is a proto method.

type MethodType

type MethodType uint8

type Service

type Service struct {
	Package     string
	Service     string
	Methods     []*Method
	ModeType    bool
	GoogleEmpty bool

	UseIO      bool
	UseContext bool
}

Service is a proto service.

Jump to

Keyboard shortcuts

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