server

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIConfig

type APIConfig struct {
	Port int `default:"4201" envconfig:"API_SERVER_PORT"`
}

type Config

type Config struct {
	RPCConfig
	APIConfig
	// contains filtered or unexported fields
}

type RPCConfig

type RPCConfig struct {
	Port        int `default:"4200" envconfig:"RPC_SERVER_PORT"`
	MessageSize int `default:"20971520" envconfig:"RPC_MSG_SIZE"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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