Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_protos_simple_grpc_server_bootstrap_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct {
// Server configuration list
// Using repeated allows configuring multiple server instances, for example:
// - A gRPC server for internal service communication
// - An HTTP server for providing RESTful APIs
Servers []*v1.Server `protobuf:"bytes,1,rep,name=servers,proto3" json:"servers,omitempty"`
// contains filtered or unexported fields
}
Bootstrap is the top-level configuration for a simple gRPC server This configuration is used to initialize a microservice that only provides gRPC server functionality
func (*Bootstrap) Descriptor
deprecated
func (*Bootstrap) GetServers ¶
func (*Bootstrap) ProtoMessage ¶
func (*Bootstrap) ProtoMessage()
func (*Bootstrap) ProtoReflect ¶
func (x *Bootstrap) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.