example_svc

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExampleSvc

type ExampleSvc interface {
	// Login 需要登录的接口
	Login(ctx context.Context, req *api.LoginRequest) (*api.LoginResponse, error)
	// Ping ping
	Ping(ctx context.Context, req *api.PingRequest) (*api.PingResponse, error)
}

func Example

func Example() ExampleSvc

Jump to

Keyboard shortcuts

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