Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer(opts ...ServerOption) *kgrpc.Server
Types ¶
type ServerOption ¶
type ServerOption func(*serverOptions)
func WithConfig ¶
func WithConfig(c *corev1.Server_GRPC) ServerOption
func WithLogger ¶
func WithLogger(l *slog.Logger) ServerOption
func WithMiddleware ¶
func WithMiddleware(mw ...middleware.Middleware) ServerOption
func WithServices ¶
func WithServices(registrars ...Registrar) ServerOption
Click to show internal directories.
Click to hide internal directories.