protocol

package
v0.0.0-...-eccb811 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GRPCService

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

GRPCService grpc服务

func NewGRPCService

func NewGRPCService() *GRPCService

NewGRPCService todo

func (*GRPCService) Start

func (s *GRPCService) Start()

Start 启动GRPC服务

func (*GRPCService) Stop

func (s *GRPCService) Stop() error

Stop 启动GRPC服务

type HTTPService

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

HTTPService http服务

func NewHTTPService

func NewHTTPService() *HTTPService

NewHTTPService 构建函数

func (*HTTPService) PathPrefix

func (s *HTTPService) PathPrefix() string

func (*HTTPService) Registry

func (s *HTTPService) Registry() error

通过Keyauth SDK 注册服务功能 什么时候注册? 服务启动的时候? 需要WebService都已经加载完成,才能使用RegisteredWebServices() 一定要等到所有WebService已经加载到router后

func (*HTTPService) Start

func (s *HTTPService) Start() error

Start 启动服务

func (*HTTPService) Stop

func (s *HTTPService) Stop() error

Stop 停止server

Jump to

Keyboard shortcuts

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