example_rpc

package
v0.0.0-...-b29e64e Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Module

func Module(scope string) fx.Option

Types

type ExampleRPC

type ExampleRPC struct {
	// contains filtered or unexported fields
}

type Hello

type Hello struct {
	Name string                 `json:"name"`
	Map  map[string]interface{} `json:"map"`
}

type Params

type Params struct {
	fx.In

	Lifecycle       fx.Lifecycle
	Logger          *zap.Logger
	HTTPServer      *http_server.HTTPServer
	WebSocketServer *websocket_server.WebSocketServer
}

Jump to

Keyboard shortcuts

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