server

package
v0.1.2-bate Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

README ยถ

Server Directory Documentation

Welcome to this documentation! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ Here, we'll delve into the main purpose and usage of the server directory.

1. The Service Configuration Center: The Server Directory ๐Ÿ› 

The server directory is the service configuration center of our project. It's a dedicated place for configuring services related to our API interfaces. You can think of it as the backstage ๐ŸŽญ of our application, where all the service protocol settings and pre-defined configurations for API interfaces take place.

2. Customization and Control ๐ŸŽฏ

The server directory is also a space of control and customization ๐ŸŽจ. For example, if an interface needs to be available over gRPC for internal microservice use but doesn't require HTTP for external traffic, you can make that happen right here in this directory.

By providing a dedicated space for service configurations, the server directory ensures that our application can be finely tuned to meet specific requirements or preferences. This allows us to maintain a tight control over how our APIs behave and interact with both internal and external entities. ๐Ÿš€๐Ÿš€๐Ÿš€

We hope this guide helps you navigate the server directory more effectively. Happy coding! ๐Ÿ’ป๐Ÿ’ป๐Ÿ’ป

Documentation ยถ

Index ยถ

Constants ยถ

This section is empty.

Variables ยถ

ProviderSet is server providers.

Functions ยถ

func NewGRPCServer ยถ

func NewGRPCServer(
	login *service.LoginService) *grpc.Server

func NewHTTPServer ยถ

func NewHTTPServer(
	login *service.LoginService) *http.Server

Types ยถ

This section is empty.

Jump to

Keyboard shortcuts

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