rpcxserver

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2022 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DefaultCustomOptions = &CustomOptions{}
)

Functions

This section is empty.

Types

type BaseOptions

type BaseOptions struct {
	Server    ServerOption
	Registry  RegistryOption
	RateLimit RateLimitOption
}

type CustomOptions

type CustomOptions struct {
	Service interface{}
	Plugin  []server.Plugin
}

type RateLimitOption

type RateLimitOption struct {
	Enable       bool
	FillInterval time.Duration
	Capacity     int64
}

type RegistryOption

type RegistryOption struct {
	Addr           []string
	BasePath       string
	UpdateInterval time.Duration
	Group          string
}

type RpcXServer

type RpcXServer struct {
	ServerName string
	Server     *server.Server
	// contains filtered or unexported fields
}

func NewServer

func NewServer() *RpcXServer

func (*RpcXServer) AddOnShutdownAction

func (s *RpcXServer) AddOnShutdownAction(fn func(s *server.Server))

func (*RpcXServer) AddOnStartAction

func (s *RpcXServer) AddOnStartAction(fn func(s *server.Server))

func (*RpcXServer) Start

func (s *RpcXServer) Start()

type ServerOption

type ServerOption struct {
	Name    string
	Addr    string
	Network string
	Port    string
}

Jump to

Keyboard shortcuts

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